public class AndroidEnterprise.Users.SetAvailableProductSet extends AndroidEnterpriseRequest<ProductSet>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
SetAvailableProductSet(String enterpriseId,
String userId,
ProductSet content)
Modifies the set of products that a user is entitled to access (referred to as whitelisted
products).
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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 SetAvailableProductSet(String enterpriseId, String userId, ProductSet content)
AbstractGoogleClientRequest.execute()
method to invoke the
remote operation. SetAvailableProductSet#initialize(com.google.api.client.googleapis
.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately
after invoking the constructor.
enterpriseId
- The ID of the enterprise.userId
- The ID of the user.content
- the ProductSet
public AndroidEnterprise.Users.SetAvailableProductSet setAlt(String alt)
AndroidEnterpriseRequest
setAlt
in class AndroidEnterpriseRequest<ProductSet>
public AndroidEnterprise.Users.SetAvailableProductSet setFields(String fields)
AndroidEnterpriseRequest
setFields
in class AndroidEnterpriseRequest<ProductSet>
public AndroidEnterprise.Users.SetAvailableProductSet setKey(String key)
AndroidEnterpriseRequest
setKey
in class AndroidEnterpriseRequest<ProductSet>
public AndroidEnterprise.Users.SetAvailableProductSet setOauthToken(String oauthToken)
AndroidEnterpriseRequest
setOauthToken
in class AndroidEnterpriseRequest<ProductSet>
public AndroidEnterprise.Users.SetAvailableProductSet setPrettyPrint(Boolean prettyPrint)
AndroidEnterpriseRequest
setPrettyPrint
in class AndroidEnterpriseRequest<ProductSet>
public AndroidEnterprise.Users.SetAvailableProductSet setQuotaUser(String quotaUser)
AndroidEnterpriseRequest
setQuotaUser
in class AndroidEnterpriseRequest<ProductSet>
public AndroidEnterprise.Users.SetAvailableProductSet setUserIp(String userIp)
AndroidEnterpriseRequest
setUserIp
in class AndroidEnterpriseRequest<ProductSet>
public String getEnterpriseId()
public AndroidEnterprise.Users.SetAvailableProductSet setEnterpriseId(String enterpriseId)
public String getUserId()
public AndroidEnterprise.Users.SetAvailableProductSet setUserId(String userId)
public AndroidEnterprise.Users.SetAvailableProductSet set(String parameterName, Object value)
set
in class AndroidEnterpriseRequest<ProductSet>
Copyright © 2011–2019 Google. All rights reserved.