public class AndroidEnterprise.Products.GetPermissions extends AndroidEnterpriseRequest<ProductPermissions>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
GetPermissions(String enterpriseId,
String productId)
Retrieves the Android app permissions required by this app.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected GetPermissions(String enterpriseId, String productId)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. GetPermissions#initialize(com.google.api.client.googleapis.services.Abstr
actGoogleClientRequest)
must be called to initialize this instance immediately after invoking
the constructor.
enterpriseId
- The ID of the enterprise.productId
- The ID of the product.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ProductPermissions>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ProductPermissions>
IOException
public AndroidEnterprise.Products.GetPermissions setAlt(String alt)
AndroidEnterpriseRequest
setAlt
in class AndroidEnterpriseRequest<ProductPermissions>
public AndroidEnterprise.Products.GetPermissions setFields(String fields)
AndroidEnterpriseRequest
setFields
in class AndroidEnterpriseRequest<ProductPermissions>
public AndroidEnterprise.Products.GetPermissions setKey(String key)
AndroidEnterpriseRequest
setKey
in class AndroidEnterpriseRequest<ProductPermissions>
public AndroidEnterprise.Products.GetPermissions setOauthToken(String oauthToken)
AndroidEnterpriseRequest
setOauthToken
in class AndroidEnterpriseRequest<ProductPermissions>
public AndroidEnterprise.Products.GetPermissions setPrettyPrint(Boolean prettyPrint)
AndroidEnterpriseRequest
setPrettyPrint
in class AndroidEnterpriseRequest<ProductPermissions>
public AndroidEnterprise.Products.GetPermissions setQuotaUser(String quotaUser)
AndroidEnterpriseRequest
setQuotaUser
in class AndroidEnterpriseRequest<ProductPermissions>
public AndroidEnterprise.Products.GetPermissions setUserIp(String userIp)
AndroidEnterpriseRequest
setUserIp
in class AndroidEnterpriseRequest<ProductPermissions>
public String getEnterpriseId()
public AndroidEnterprise.Products.GetPermissions setEnterpriseId(String enterpriseId)
public String getProductId()
public AndroidEnterprise.Products.GetPermissions setProductId(String productId)
public AndroidEnterprise.Products.GetPermissions set(String parameterName, Object value)
set
in class AndroidEnterpriseRequest<ProductPermissions>
Copyright © 2011–2019 Google. All rights reserved.