| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.DocumentQuery | |
Known Direct Subclasses
|
Simple class for document-based queries, i.e. things that have titles.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_SORT_MODE | ||||||||||
| String | LAST_MODIFIED_SORT | ||||||||||
| String | LAST_VIEWED_SORT | ||||||||||
| String | ORDERBY | The URI parameter for how the query should be sorted, can sort by last-modified, last-accessed, title and starred; will default to last-modified. | |||||||||
| String | STARRED_SORT | ||||||||||
| String | TITLE | The URI parameter for querying the title or name of a document. | |||||||||
| String | TITLE_EXACT | The URI parameter for a boolean flag for whether the title should be matched exactly (case-insensitive or sensitive depending on service). | |||||||||
| String | TITLE_SORT | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a query for querying spreadsheets that you have access to.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the sort mode
| |||||||||||
Gets full-text title query.
| |||||||||||
Gets whether the query should be exact (rather than keyword-based).
| |||||||||||
Sets the sort mode of the query.
| |||||||||||
Sets whether the title match should be exact (instead of keyword-based).
| |||||||||||
Sets the full-text title search.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
The URI parameter for how the query should be sorted, can sort by last-modified, last-accessed, title and starred; will default to last-modified.
The URI parameter for querying the title or name of a document.
The URI parameter for a boolean flag for whether the title should be matched exactly (case-insensitive or sensitive depending on service).
Constructs a query for querying spreadsheets that you have access to.
| feedUrl | The feed's URI |
|---|
Gets the sort mode
Gets full-text title query.
Gets whether the query should be exact (rather than keyword-based).
Sets the sort mode of the query. Can be one of the following: last-modified (default), last-accessed, title, starred
| orderby | The sort mode |
|---|
Sets whether the title match should be exact (instead of keyword-based). By default, the match is not exact.
| exact | Whether the results should be exact |
|---|
Sets the full-text title search.
| titleQuery | The title query |
|---|