public class AndroidPublisher.Edits.Testers.Update extends AndroidPublisherRequest<Testers>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Update(String packageName,
String editId,
String track,
Testers content)
Create a request for the method "testers.update".
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEditId()
Unique identifier for this edit.
|
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
String |
getTrack()
The track to read or modify.
|
AndroidPublisher.Edits.Testers.Update |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Testers.Update |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Testers.Update |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Testers.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Testers.Update |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Testers.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Testers.Update |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Testers.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Testers.Update |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Testers.Update |
setTrack(String track)
The track to read or modify.
|
AndroidPublisher.Edits.Testers.Update |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, 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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Update(String packageName, String editId, String track, Testers content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
AndroidPublisher.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
packageName - Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId - Unique identifier for this edit.track - The track to read or modify.content - the Testerspublic AndroidPublisher.Edits.Testers.Update setAlt(String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<Testers>public AndroidPublisher.Edits.Testers.Update setFields(String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<Testers>public AndroidPublisher.Edits.Testers.Update setKey(String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<Testers>public AndroidPublisher.Edits.Testers.Update setOauthToken(String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<Testers>public AndroidPublisher.Edits.Testers.Update setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<Testers>public AndroidPublisher.Edits.Testers.Update setQuotaUser(String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<Testers>public AndroidPublisher.Edits.Testers.Update setUserIp(String userIp)
AndroidPublisherRequestsetUserIp in class AndroidPublisherRequest<Testers>public String getPackageName()
public AndroidPublisher.Edits.Testers.Update setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Testers.Update setEditId(String editId)
public String getTrack()
public AndroidPublisher.Edits.Testers.Update setTrack(String track)
public AndroidPublisher.Edits.Testers.Update set(String parameterName, Object value)
set in class AndroidPublisherRequest<Testers>Copyright © 2011–2019 Google. All rights reserved.