| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.spreadsheet.RecordQuery | |
Describes a query for the feed of a table's records.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| orderBy | What column to use in ordering the entries in the feed. | ||||||||||
| reverse | Whether to sort in descending or ascending order. | ||||||||||
| spreadsheetQuery | Structured query on the full text in the worksheet. | ||||||||||
|
[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 what column to use in ordering the entries in the feed.
| |||||||||||
Returns the whether to sort in descending or ascending order.
| |||||||||||
Returns the structured query on the full text in the worksheet.
| |||||||||||
Sets the what column to use in ordering the entries in the feed.
| |||||||||||
Sets the whether to sort in descending or ascending order.
| |||||||||||
Sets the structured query on the full text in the worksheet.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
What column to use in ordering the entries in the feed.
Whether to sort in descending or ascending order.
Structured query on the full text in the worksheet.
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 what column to use in ordering the entries in the feed.
null to indicate that the parameter is not set.
Returns the whether to sort in descending or ascending order.
Returns the structured query on the full text in the worksheet.
null to indicate that the parameter is not set.
Sets the what column to use in ordering the entries in the feed.
| orderBy | What column to use in ordering the entries in the feed or
null to remove this parameter if set.
|
|---|
Sets the whether to sort in descending or ascending order.
| reverse | Whether to sort in descending or ascending order or
null to reset this parameter to default value
false.
|
|---|
Sets the structured query on the full text in the worksheet.
| spreadsheetQuery | Structured query on the full text in the worksheet
or null to remove this parameter if set.
|
|---|