|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.http.json.JsonHttpRequest
com.google.api.services.drive.DriveRequest
com.google.api.services.drive.Drive.Changes.List
public class Drive.Changes.List
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
ChangeList |
execute()
Sends the "list" request to the Drive server. |
Boolean |
getIncludeDeleted()
Whether to include deleted items. |
Boolean |
getIncludeSubscribed()
Whether to include subscribed items. |
Integer |
getMaxResults()
Maximum number of changes to return. |
String |
getPageToken()
Page token for changes. |
BigInteger |
getStartChangeId()
Change ID to start listing changes from. |
boolean |
isIncludeDeleted()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
boolean |
isIncludeSubscribed()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
void |
queue(BatchRequest batch,
JsonBatchCallback<ChangeList> callback)
Queues the "list" request to the Drive server into the given batch request. |
Drive.Changes.List |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
Drive.Changes.List |
setIncludeDeleted(Boolean includeDeleted)
Whether to include deleted items. |
Drive.Changes.List |
setIncludeSubscribed(Boolean includeSubscribed)
Whether to include subscribed items. |
Drive.Changes.List |
setMaxResults(Integer maxResults)
Maximum number of changes to return. |
Drive.Changes.List |
setPageToken(String pageToken)
Page token for changes. |
Drive.Changes.List |
setStartChangeId(BigInteger startChangeId)
Change ID to start listing changes from. |
| Methods inherited from class com.google.api.services.drive.DriveRequest |
|---|
getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setAlt, setKey, setOauthToken, setPrettyPrint, setQuotaUser, setUserIp |
| Methods inherited from class com.google.api.client.http.json.JsonHttpRequest |
|---|
buildHttpRequest, buildHttpRequestUrl, download, executeAsInputStream, executeUnparsed, getClient, getEnableGZipContent, getJsonContent, getLastResponseHeaders, getMethod, getRequestHeaders, getUriTemplate, setEnableGZipContent, setRequestHeaders |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ChangeList execute()
throws IOException
ChangeList response
IOException - if the request fails
public void queue(BatchRequest batch,
JsonBatchCallback<ChangeList> callback)
throws IOException
Example usage:
request.queue(batchRequest, new JsonBatchCallback<ChangeList>() {
public void onSuccess(ChangeList content, GoogleHeaders responseHeaders) {
log("Success");
}
public void onFailure(GoogleJsonError e, GoogleHeaders responseHeaders) {
log(e.getMessage());
}
});
batch - a single batch of requestscallback - batch callback
IOExceptionpublic Drive.Changes.List setFields(String fields)
DriveRequest
setFields in class DriveRequestpublic Boolean getIncludeSubscribed()
public Drive.Changes.List setIncludeSubscribed(Boolean includeSubscribed)
public boolean isIncludeSubscribed()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether to include subscribed items.
public BigInteger getStartChangeId()
public Drive.Changes.List setStartChangeId(BigInteger startChangeId)
public Boolean getIncludeDeleted()
public Drive.Changes.List setIncludeDeleted(Boolean includeDeleted)
public boolean isIncludeDeleted()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether to include deleted items.
public Integer getMaxResults()
public Drive.Changes.List setMaxResults(Integer maxResults)
public String getPageToken()
public Drive.Changes.List setPageToken(String pageToken)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||