public class

DocumentQuery

extends Query
java.lang.Object
   ↳ com.google.gdata.client.Query
     ↳ com.google.gdata.client.gtt.DocumentQuery

Class Overview

Describes a query for the feed of documents.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private Boolean onlydeleted Onlydeleted.
private String sharedWithEmailId Sharedwith.
private Boolean showdeleted Showdeleted.
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
DocumentQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
Boolean getOnlydeleted()
Returns the onlydeleted.
String getSharedWithEmailId()
Returns the sharedwith.
Boolean getShowdeleted()
Returns the showdeleted.
void setOnlydeleted(Boolean onlydeleted)
Sets the onlydeleted.
void setSharedWithEmailId(String sharedWithEmailId)
Sets the sharedwith.
void setShowdeleted(Boolean showdeleted)
Sets the showdeleted.
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private Boolean onlydeleted

Onlydeleted.

private String sharedWithEmailId

Sharedwith.

private Boolean showdeleted

Showdeleted.

Public Constructors

public DocumentQuery (URL feedUrl)

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.

Parameters
feedUrl The URL of the feed against which queries will be executed.

Public Methods

public Boolean getOnlydeleted ()

Returns the onlydeleted.

Returns
  • onlydeleted or null to indicate that the parameter is not set.

public String getSharedWithEmailId ()

Returns the sharedwith.

Returns
  • sharedwith or null to indicate that the parameter is not set.

public Boolean getShowdeleted ()

Returns the showdeleted.

Returns
  • showdeleted or null to indicate that the parameter is not set.

public void setOnlydeleted (Boolean onlydeleted)

Sets the onlydeleted.

Parameters
onlydeleted Onlydeleted or null to remove this parameter if set.

public void setSharedWithEmailId (String sharedWithEmailId)

Sets the sharedwith.

Parameters
sharedWithEmailId Sharedwith or null to remove this parameter if set.

public void setShowdeleted (Boolean showdeleted)

Sets the showdeleted.

Parameters
showdeleted Showdeleted or null to remove this parameter if set.