|
||||||||||
| 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
public class DriveRequest
Generated Drive request.
| 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> |
| Constructor Summary | |
|---|---|
DriveRequest(JsonHttpClient client,
HttpMethod method,
String uriTemplate,
Object content)
Builds an instance of DriveRequest. |
|
| Method Summary | |
|---|---|
String |
getAlt()
Data format for the response. |
String |
getFields()
Selector specifying which fields to include in a partial response. |
String |
getKey()
API key. |
String |
getOauthToken()
OAuth 2.0 token for the current user. |
Boolean |
getPrettyPrint()
Returns response with indentations and line breaks. |
String |
getQuotaUser()
Available to use for quota purposes for server-side applications. |
String |
getUserIp()
IP address of the site where the request originates. |
DriveRequest |
setAlt(String alt)
Data format for the response. |
DriveRequest |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
DriveRequest |
setKey(String key)
API key. |
DriveRequest |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. |
DriveRequest |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. |
DriveRequest |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. |
DriveRequest |
setUserIp(String userIp)
IP address of the site where the request originates. |
| 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 |
| Constructor Detail |
|---|
public DriveRequest(JsonHttpClient client,
HttpMethod method,
String uriTemplate,
Object content)
client - The JSON HTTP client which handles this requestmethod - HTTP Method typeuriTemplate - URI templatecontent - A POJO that can be serialized into JSON or null for none| Method Detail |
|---|
public Boolean getPrettyPrint()
public DriveRequest setPrettyPrint(Boolean prettyPrint)
public String getFields()
public DriveRequest setFields(String fields)
public String getQuotaUser()
public DriveRequest setQuotaUser(String quotaUser)
public String getOauthToken()
public DriveRequest setOauthToken(String oauthToken)
public String getKey()
public DriveRequest setKey(String key)
public String getUserIp()
public DriveRequest setUserIp(String userIp)
public String getAlt()
public DriveRequest setAlt(String alt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||