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