| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.sites.ContentQuery | |
Describes a query for the feed containing the current, editable site content.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ancestor | Content with the given ancestor. | ||||||||||
| includeDeleted | Include deleted entries. | ||||||||||
| includeDrafts | Include draft entries. | ||||||||||
| kind | Content of a the given kind(s). | ||||||||||
| parent | Content with the given parent. | ||||||||||
| path | Content at the given site path. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new query object that targets a feed.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the content with the given ancestor.
| |||||||||||
Returns the include deleted entries.
| |||||||||||
Returns the include draft entries.
| |||||||||||
Returns the content of a the given kind(s).
| |||||||||||
Returns the content with the given parent.
| |||||||||||
Returns the content at the given site path.
| |||||||||||
Sets the content with the given ancestor.
| |||||||||||
Sets the include deleted entries.
| |||||||||||
Sets the include draft entries.
| |||||||||||
Sets the content of a the given kind(s).
| |||||||||||
Sets the content with the given parent.
| |||||||||||
Sets the content at the given site path.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Content with the given ancestor.
Include deleted entries.
Include draft entries.
Content of a the given kind(s).
Content with the given parent.
Content at the given site path.
Constructs a new query object that targets a feed. The initial state of the query contains no parameters, meaning all entries in the feed would be returned if the query was executed immediately after construction.
| feedUrl | The URL of the feed against which queries will be executed. |
|---|
Returns the content with the given ancestor.
null to indicate
that the parameter is not set.
Returns the include deleted entries.
null to indicate that the
parameter is not set.
Returns the include draft entries.
null to indicate that the
parameter is not set.
Returns the content of a the given kind(s).
null to indicate
that the parameter is not set.
Returns the content with the given parent.
null to indicate that
the parameter is not set.
Returns the content at the given site path.
null to indicate
that the parameter is not set.
Sets the content with the given ancestor.
| ancestor | Content with the given ancestor or null to
remove this parameter if set.
|
|---|
Sets the include deleted entries.
| includeDeleted | Include deleted entries or null to
remove this parameter if set.
|
|---|
Sets the include draft entries.
| includeDrafts | Include draft entries or null to remove
this parameter if set.
|
|---|
Sets the content of a the given kind(s).
| kind | Content of a the given kind(s) or null to remove
this parameter if set.
|
|---|
Sets the content with the given parent.
| parent | Content with the given parent or null to remove
this parameter if set.
|
|---|
Sets the content at the given site path.
| path | Content at the given site path or null to remove
this parameter if set.
|
|---|