|
||||||||||
| 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.Children.List
public class Drive.Children.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 | |
|---|---|
ChildList |
execute()
Sends the "list" request to the Drive server. |
String |
getFolderId()
The ID of the folder. |
Integer |
getMaxResults()
Maximum number of children to return. |
String |
getPageToken()
Page token for children. |
String |
getQ()
Query string for searching children. |
void |
queue(BatchRequest batch,
JsonBatchCallback<ChildList> callback)
Queues the "list" request to the Drive server into the given batch request. |
Drive.Children.List |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
Drive.Children.List |
setFolderId(String folderId)
The ID of the folder. |
Drive.Children.List |
setMaxResults(Integer maxResults)
Maximum number of children to return. |
Drive.Children.List |
setPageToken(String pageToken)
Page token for children. |
Drive.Children.List |
setQ(String q)
Query string for searching children. |
| 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 ChildList execute()
throws IOException
ChildList response
IOException - if the request fails
public void queue(BatchRequest batch,
JsonBatchCallback<ChildList> callback)
throws IOException
Example usage:
request.queue(batchRequest, new JsonBatchCallback<ChildList>() {
public void onSuccess(ChildList 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.Children.List setFields(String fields)
DriveRequest
setFields in class DriveRequestpublic String getFolderId()
public Drive.Children.List setFolderId(String folderId)
public String getQ()
public Drive.Children.List setQ(String q)
public String getPageToken()
public Drive.Children.List setPageToken(String pageToken)
public Integer getMaxResults()
public Drive.Children.List setMaxResults(Integer maxResults)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||