public class SiteQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat| Constructor and Description |
|---|
SiteQuery(URL feedUrl)
Constructs a new query object that targets a feed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIncludeAllSites()
Returns the include all sites that can be viewed.
|
Boolean |
getWithMappings()
Returns the handle web address mappings.
|
void |
setIncludeAllSites(String includeAllSites)
Sets the include all sites that can be viewed.
|
void |
setWithMappings(Boolean withMappings)
Sets the handle web address mappings.
|
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 SiteQuery(URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.public String getIncludeAllSites()
null to
indicate that the parameter is not set.public void setIncludeAllSites(String includeAllSites)
includeAllSites - include all sites that can be viewed or
null to remove this parameter if set.public Boolean getWithMappings()
null to indicate that
the parameter is not set.public void setWithMappings(Boolean withMappings)
withMappings - handle web address mappings or null to
remove this parameter if set.Copyright © 2012. All Rights Reserved.