public class TableQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat
Constructor and Description |
---|
TableQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getTitleExact()
Returns the whether the title query should be taken as an exact string.
|
java.lang.String |
getTitleQuery()
Returns the search terms for the title of a document.
|
void |
setTitleExact(java.lang.Boolean titleExact)
Sets the whether the title query should be taken as an exact string.
|
void |
setTitleQuery(java.lang.String titleQuery)
Sets the search terms for the title of a document.
|
addCategoryFilter, addCustomParameter, appendQueryParameter, 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 TableQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.public java.lang.String getTitleQuery()
null
to
indicate that the parameter is not set.public void setTitleQuery(java.lang.String titleQuery)
titleQuery
- search terms for the title of a document or
null
to remove this parameter if set.public java.lang.Boolean getTitleExact()
null
to indicate that the parameter is not set.public void setTitleExact(java.lang.Boolean titleExact)
titleExact
- whether the title query should be taken as an exact
string or null
to remove this parameter if set.