| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.spreadsheet.TableQuery | |
Describes a query for the feed of table definitions.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| titleExact | Whether the title query should be taken as an exact string. | ||||||||||
| titleQuery | Search terms for the title of a document. | ||||||||||
|
[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 whether the title query should be taken as an exact string.
| |||||||||||
Returns the search terms for the title of a document.
| |||||||||||
Sets the whether the title query should be taken as an exact string.
| |||||||||||
Sets the search terms for the title of a document.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Whether the title query should be taken as an exact string.
Search terms for the title of a document.
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 whether the title query should be taken as an exact string.
null to indicate that the parameter is not set.
Returns the search terms for the title of a document.
null to
indicate that the parameter is not set.
Sets the whether the title query should be taken as an exact string.
| titleExact | Whether the title query should be taken as an exact
string or null to remove this parameter if set.
|
|---|
Sets the search terms for the title of a document.
| titleQuery | Search terms for the title of a document or
null to remove this parameter if set.
|
|---|