public class MapQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat| Constructor and Description |
|---|
MapQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrevId()
Returns the the last feature of the previous page in the feed.
|
java.lang.Boolean |
getShowDeleted()
Returns the should tombstones be returned.
|
void |
setPrevId(java.lang.String prevId)
Sets the the last feature of the previous page in the feed.
|
void |
setShowDeleted(java.lang.Boolean showDeleted)
Sets the should tombstones be returned.
|
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 MapQuery(java.net.URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.public java.lang.String getPrevId()
null to indicate that the parameter is not set.public void setPrevId(java.lang.String prevId)
prevId - the last feature of the previous page in the feed or
null to remove this parameter if set.public java.lang.Boolean getShowDeleted()
null to indicate that
the parameter is not set.public void setShowDeleted(java.lang.Boolean showDeleted)
showDeleted - should tombstones be returned or null to
remove this parameter if set.