|
|||||||||
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.DocumentQuery
public class DocumentQuery
Simple class for document-based queries, i.e. things that have titles.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.client.Query |
---|
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat |
Field Summary | |
---|---|
static java.lang.String |
TITLE
The URI parameter for querying the title or name of a document. |
static java.lang.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). |
Fields inherited from class com.google.gdata.client.Query |
---|
UNDEFINED |
Constructor Summary | |
---|---|
DocumentQuery(java.net.URL feedUrl)
Constructs a query for querying spreadsheets that you have access to. |
Method Summary | |
---|---|
java.lang.String |
getTitleQuery()
Gets full-text title query. |
boolean |
isTitleExact()
Gets whether the query should be exact (rather than keyword-based). |
void |
setTitleExact(boolean exact)
Sets whether the title match should be exact (instead of keyword-based). |
void |
setTitleQuery(java.lang.String titleQuery)
Sets the full-text title search. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TITLE
public static final java.lang.String TITLE_EXACT
Constructor Detail |
---|
public DocumentQuery(java.net.URL feedUrl)
feedUrl
- the feed's URIMethod Detail |
---|
public void setTitleQuery(java.lang.String titleQuery)
titleQuery
- the title querypublic java.lang.String getTitleQuery()
public void setTitleExact(boolean exact)
exact
- whether the results should be exactpublic boolean isTitleExact()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |