|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.Query
com.google.gdata.client.spreadsheet.TableQuery
public class TableQuery
Describes a query for the feed of table definitions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.client.Query |
---|
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat |
Field Summary |
---|
Fields inherited from class com.google.gdata.client.Query |
---|
UNDEFINED |
Constructor Summary | |
---|---|
TableQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
Method Summary | |
---|---|
java.lang.Boolean |
getTitleExact()
Returns the whether the title query should be taken as an exact string. |
java.lang.String |
getTitleQuery()
Returns the search terms for the title of a document. |
void |
setTitleExact(java.lang.Boolean titleExact)
Sets the whether the title query should be taken as an exact string. |
void |
setTitleQuery(java.lang.String titleQuery)
Sets the search terms for the title of a document. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableQuery(java.net.URL feedUrl)
feedUrl
- the URL of the feed against which queries will be executed.Method Detail |
---|
public java.lang.String getTitleQuery()
null
to
indicate that the parameter is not set.public void setTitleQuery(java.lang.String titleQuery)
titleQuery
- search terms for the title of a document or
null
to remove this parameter if set.public java.lang.Boolean getTitleExact()
null
to indicate that the parameter is not set.public void setTitleExact(java.lang.Boolean titleExact)
titleExact
- whether the title query should be taken as an exact
string or null
to remove this parameter if set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |