|
|||||||||
| 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.gtt.DocumentQuery
public class DocumentQuery
Describes a query for the feed of documents.
| 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 | |
|---|---|
DocumentQuery(java.net.URL feedUrl)
Constructs a new query object that targets a feed. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getOnlydeleted()
Returns the onlydeleted. |
java.lang.String |
getSharedWithEmailId()
Returns the sharedwith. |
java.lang.Boolean |
getShowdeleted()
Returns the showdeleted. |
void |
setOnlydeleted(java.lang.Boolean onlydeleted)
Sets the onlydeleted. |
void |
setSharedWithEmailId(java.lang.String sharedWithEmailId)
Sets the sharedwith. |
void |
setShowdeleted(java.lang.Boolean showdeleted)
Sets the showdeleted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentQuery(java.net.URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.| Method Detail |
|---|
public java.lang.Boolean getOnlydeleted()
null to indicate that the parameter is
not set.public void setOnlydeleted(java.lang.Boolean onlydeleted)
onlydeleted - onlydeleted or null to remove this
parameter if set.public java.lang.String getSharedWithEmailId()
null to indicate that the parameter is
not set.public void setSharedWithEmailId(java.lang.String sharedWithEmailId)
sharedWithEmailId - sharedwith or null to remove this
parameter if set.public java.lang.Boolean getShowdeleted()
null to indicate that the parameter is
not set.public void setShowdeleted(java.lang.Boolean showdeleted)
showdeleted - showdeleted or null to remove this
parameter if set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||