public class RecordQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat
Constructor and Description |
---|
RecordQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrderBy()
Returns the what column to use in ordering the entries in the feed.
|
java.lang.Boolean |
getReverse()
Returns the whether to sort in descending or ascending order.
|
java.lang.String |
getSpreadsheetQuery()
Returns the structured query on the full text in the worksheet.
|
void |
setOrderBy(java.lang.String orderBy)
Sets the what column to use in ordering the entries in the feed.
|
void |
setReverse(java.lang.Boolean reverse)
Sets the whether to sort in descending or ascending order.
|
void |
setSpreadsheetQuery(java.lang.String spreadsheetQuery)
Sets the structured query on the full text in the worksheet.
|
addCategoryFilter, addCustomParameter, getAuthor, getCategoryFilters, getCustomParameters, getCustomParameters, getFeedUrl, getFields, getFullTextQuery, getIntegerCustomParameter, getMaxResults, getPublishedMax, getPublishedMin, getQueryUri, getResultFormat, getStartIndex, getStringCustomParameter, getUpdatedMax, getUpdatedMin, getUrl, isStrict, isValidState, setAuthor, setFields, setFullTextQuery, setIntegerCustomParameter, setMaxResults, setPublishedMax, setPublishedMin, setResultFormat, setStartIndex, setStrict, setStringCustomParameter, setUpdatedMax, setUpdatedMin
public RecordQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.public java.lang.String getOrderBy()
null
to indicate that the parameter is not set.public void setOrderBy(java.lang.String orderBy)
orderBy
- what column to use in ordering the entries in the feed or
null
to remove this parameter if set.public java.lang.Boolean getReverse()
public void setReverse(java.lang.Boolean reverse)
reverse
- whether to sort in descending or ascending order or
null
to reset this parameter to default value
false
.public java.lang.String getSpreadsheetQuery()
null
to indicate that the parameter is not set.public void setSpreadsheetQuery(java.lang.String spreadsheetQuery)
spreadsheetQuery
- structured query on the full text in the worksheet
or null
to remove this parameter if set.