public abstract class AndroidEnterpriseRequest<T>
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AndroidEnterpriseRequest(AndroidEnterprise client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass) |
| Modifier and Type | Method and Description |
|---|---|
AndroidEnterprise |
getAbstractGoogleClient() |
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()
An opaque string that represents a user for quota purposes.
|
String |
getUserIp()
Deprecated.
|
AndroidEnterpriseRequest<T> |
set(String parameterName,
Object value) |
AndroidEnterpriseRequest<T> |
setAlt(String alt)
Data format for the response.
|
AndroidEnterpriseRequest<T> |
setDisableGZipContent(boolean disableGZipContent) |
AndroidEnterpriseRequest<T> |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidEnterpriseRequest<T> |
setKey(String key)
API key.
|
AndroidEnterpriseRequest<T> |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidEnterpriseRequest<T> |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidEnterpriseRequest<T> |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidEnterpriseRequest<T> |
setRequestHeaders(com.google.api.client.http.HttpHeaders headers) |
AndroidEnterpriseRequest<T> |
setUserIp(String userIp)
Deprecated.
|
getJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AndroidEnterpriseRequest(AndroidEnterprise client, String method, String uriTemplate, Object content, Class<T> responseClass)
client - Google clientmethod - HTTP MethoduriTemplate - URI template for the path relative to the base URL. If it starts with a "/"
the base path from the base URL will be stripped out. The URI template can also be a
full URL. URI template expansion is done using
UriTemplate.expand(String, String, Object, boolean)content - A POJO that can be serialized into JSON or null for noneresponseClass - response class to parse intopublic String getAlt()
public AndroidEnterpriseRequest<T> setAlt(String alt)
public String getFields()
public AndroidEnterpriseRequest<T> setFields(String fields)
public String getKey()
public AndroidEnterpriseRequest<T> setKey(String key)
public String getOauthToken()
public AndroidEnterpriseRequest<T> setOauthToken(String oauthToken)
public Boolean getPrettyPrint()
public AndroidEnterpriseRequest<T> setPrettyPrint(Boolean prettyPrint)
public String getQuotaUser()
public AndroidEnterpriseRequest<T> setQuotaUser(String quotaUser)
public String getUserIp()
public AndroidEnterpriseRequest<T> setUserIp(String userIp)
public final AndroidEnterprise getAbstractGoogleClient()
getAbstractGoogleClient in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>public AndroidEnterpriseRequest<T> setDisableGZipContent(boolean disableGZipContent)
setDisableGZipContent in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>public AndroidEnterpriseRequest<T> setRequestHeaders(com.google.api.client.http.HttpHeaders headers)
setRequestHeaders in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>public AndroidEnterpriseRequest<T> set(String parameterName, Object value)
set in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>Copyright © 2011–2018 Google. All rights reserved.