|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.client.Query
com.google.gdata.client.sites.SiteQuery
public class SiteQuery
Describes a query for the feed containing descriptions of a user's sites.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.client.Query |
|---|
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat |
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.client.Query |
|---|
UNDEFINED |
| Constructor Summary | |
|---|---|
SiteQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SiteQuery(java.net.URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||