public class AndroidEnterprise.Installs.Update extends AndroidEnterpriseRequest<Install>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Update(java.lang.String enterpriseId,
java.lang.String userId,
java.lang.String deviceId,
java.lang.String installId,
Install content)
Requests to install the latest version of an app to a device.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceId()
The Android ID of the device.
|
java.lang.String |
getEnterpriseId()
The ID of the enterprise.
|
java.lang.String |
getInstallId()
The ID of the product represented by the install, e.g.
|
java.lang.String |
getUserId()
The ID of the user.
|
AndroidEnterprise.Installs.Update |
set(java.lang.String parameterName,
java.lang.Object value) |
AndroidEnterprise.Installs.Update |
setAlt(java.lang.String alt)
Data format for the response.
|
AndroidEnterprise.Installs.Update |
setDeviceId(java.lang.String deviceId)
The Android ID of the device.
|
AndroidEnterprise.Installs.Update |
setEnterpriseId(java.lang.String enterpriseId)
The ID of the enterprise.
|
AndroidEnterprise.Installs.Update |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
AndroidEnterprise.Installs.Update |
setInstallId(java.lang.String installId)
The ID of the product represented by the install, e.g.
|
AndroidEnterprise.Installs.Update |
setKey(java.lang.String key)
API key.
|
AndroidEnterprise.Installs.Update |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidEnterprise.Installs.Update |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidEnterprise.Installs.Update |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidEnterprise.Installs.Update |
setUserId(java.lang.String userId)
The ID of the user.
|
AndroidEnterprise.Installs.Update |
setUserIp(java.lang.String userIp)
Deprecated.
|
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
protected Update(java.lang.String enterpriseId, java.lang.String userId, java.lang.String deviceId, java.lang.String installId, Install content)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. AndroidEnterprise.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.deviceId
- The Android ID of the device.installId
- The ID of the product represented by the install, e.g. "app:com.google.android.gm".content
- the Install
public AndroidEnterprise.Installs.Update setAlt(java.lang.String alt)
AndroidEnterpriseRequest
setAlt
in class AndroidEnterpriseRequest<Install>
public AndroidEnterprise.Installs.Update setFields(java.lang.String fields)
AndroidEnterpriseRequest
setFields
in class AndroidEnterpriseRequest<Install>
public AndroidEnterprise.Installs.Update setKey(java.lang.String key)
AndroidEnterpriseRequest
setKey
in class AndroidEnterpriseRequest<Install>
public AndroidEnterprise.Installs.Update setOauthToken(java.lang.String oauthToken)
AndroidEnterpriseRequest
setOauthToken
in class AndroidEnterpriseRequest<Install>
public AndroidEnterprise.Installs.Update setPrettyPrint(java.lang.Boolean prettyPrint)
AndroidEnterpriseRequest
setPrettyPrint
in class AndroidEnterpriseRequest<Install>
public AndroidEnterprise.Installs.Update setQuotaUser(java.lang.String quotaUser)
AndroidEnterpriseRequest
setQuotaUser
in class AndroidEnterpriseRequest<Install>
public AndroidEnterprise.Installs.Update setUserIp(java.lang.String userIp)
AndroidEnterpriseRequest
setUserIp
in class AndroidEnterpriseRequest<Install>
public java.lang.String getEnterpriseId()
public AndroidEnterprise.Installs.Update setEnterpriseId(java.lang.String enterpriseId)
public java.lang.String getUserId()
public AndroidEnterprise.Installs.Update setUserId(java.lang.String userId)
public java.lang.String getDeviceId()
public AndroidEnterprise.Installs.Update setDeviceId(java.lang.String deviceId)
public java.lang.String getInstallId()
public AndroidEnterprise.Installs.Update setInstallId(java.lang.String installId)
public AndroidEnterprise.Installs.Update set(java.lang.String parameterName, java.lang.Object value)
set
in class AndroidEnterpriseRequest<Install>