| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.contacts.ContactQuery | |
Describes a query for the following feeds:
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ContactQuery.OrderBy | Order of entries in a feed. | ||||||||||
| ContactQuery.SortOrder | Direction of sorting. | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| group | Group id. | ||||||||||
| orderBy | Order of entries in a feed. | ||||||||||
| showDeleted | Should tombstones be returned. | ||||||||||
| sortOrder | Direction of sorting. | ||||||||||
|
[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 group id.
| |||||||||||
Returns the order of entries in a feed.
| |||||||||||
Returns the should tombstones be returned.
| |||||||||||
Returns the direction of sorting.
| |||||||||||
Sets the group id.
| |||||||||||
Sets the order of entries in a feed.
| |||||||||||
Sets the should tombstones be returned.
| |||||||||||
Sets the direction of sorting.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Group id.
Should tombstones be returned.
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 group id. Results are limited to contacts belonging to this group..
null to indicate that the parameter is not
set.
Returns the order of entries in a feed.
Returns the should tombstones be returned.
Returns the direction of sorting.
Sets the group id. Results are limited to contacts belonging to this group..
| group | Group id or null to remove this parameter if set.
|
|---|
Sets the order of entries in a feed.
| orderBy | Order of entries in a feed or null to reset
this parameter to default value NONE.
|
|---|
Sets the should tombstones be returned.
| showDeleted | Should tombstones be returned or null to
reset this parameter to default value false.
|
|---|
Sets the direction of sorting.
| sortOrder | Direction of sorting or null to reset this
parameter to default value NONE.
|
|---|