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