public class AndroidPublisher.Edits.Listings.Update extends AndroidPublisherRequest<Listing>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Update(String packageName,
String editId,
String language,
Listing content)
Creates or updates a localized store listing.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEditId()
Unique identifier for this edit.
|
String |
getLanguage()
The language code (a BCP-47 language tag) of the localized listing to read or modify.
|
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
AndroidPublisher.Edits.Listings.Update |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Listings.Update |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Listings.Update |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Listings.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Listings.Update |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Listings.Update |
setLanguage(String language)
The language code (a BCP-47 language tag) of the localized listing to read or modify.
|
AndroidPublisher.Edits.Listings.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Listings.Update |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Listings.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Listings.Update |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Listings.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, 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, replaceAllprotected Update(String packageName, String editId, String language, Listing 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.language - The language code (a BCP-47 language tag) of the localized listing to read or modify. For example,
to select Austrian German, pass "de-AT".content - the Listingpublic AndroidPublisher.Edits.Listings.Update setAlt(String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<Listing>public AndroidPublisher.Edits.Listings.Update setFields(String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<Listing>public AndroidPublisher.Edits.Listings.Update setKey(String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<Listing>public AndroidPublisher.Edits.Listings.Update setOauthToken(String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<Listing>public AndroidPublisher.Edits.Listings.Update setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<Listing>public AndroidPublisher.Edits.Listings.Update setQuotaUser(String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<Listing>public AndroidPublisher.Edits.Listings.Update setUserIp(String userIp)
AndroidPublisherRequestsetUserIp in class AndroidPublisherRequest<Listing>public String getPackageName()
public AndroidPublisher.Edits.Listings.Update setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Listings.Update setEditId(String editId)
public String getLanguage()
public AndroidPublisher.Edits.Listings.Update setLanguage(String language)
public AndroidPublisher.Edits.Listings.Update set(String parameterName, Object value)
set in class AndroidPublisherRequest<Listing>Copyright © 2011–2019 Google. All rights reserved.