public class AndroidPublisher.Edits.Apklistings.List extends AndroidPublisherRequest<ApkListingsListResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
AndroidPublisher.Edits.Apklistings.List(String packageName,
String editId,
Integer apkVersionCode)
Lists all the APK-specific localized listings for a specified APK.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Integer |
getApkVersionCode()
The APK version code whose APK-specific listings should be read or modified.
|
String |
getEditId()
Unique identifier for this edit.
|
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
AndroidPublisher.Edits.Apklistings.List |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Apklistings.List |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Apklistings.List |
setApkVersionCode(Integer apkVersionCode)
The APK version code whose APK-specific listings should be read or modified.
|
AndroidPublisher.Edits.Apklistings.List |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Apklistings.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Apklistings.List |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Apklistings.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Apklistings.List |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Apklistings.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Apklistings.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
AndroidPublisher.Edits.Apklistings.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
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
protected AndroidPublisher.Edits.Apklistings.List(String packageName, String editId, Integer apkVersionCode)
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.apkVersionCode
- The APK version code whose APK-specific listings should be read or modified.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<ApkListingsListResponse>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<ApkListingsListResponse>
IOException
public AndroidPublisher.Edits.Apklistings.List setAlt(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<ApkListingsListResponse>
public AndroidPublisher.Edits.Apklistings.List setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<ApkListingsListResponse>
public AndroidPublisher.Edits.Apklistings.List setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<ApkListingsListResponse>
public AndroidPublisher.Edits.Apklistings.List setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<ApkListingsListResponse>
public AndroidPublisher.Edits.Apklistings.List setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<ApkListingsListResponse>
public AndroidPublisher.Edits.Apklistings.List setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<ApkListingsListResponse>
public AndroidPublisher.Edits.Apklistings.List setUserIp(String userIp)
AndroidPublisherRequest
setUserIp
in class AndroidPublisherRequest<ApkListingsListResponse>
public String getPackageName()
public AndroidPublisher.Edits.Apklistings.List setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Apklistings.List setEditId(String editId)
public Integer getApkVersionCode()
public AndroidPublisher.Edits.Apklistings.List setApkVersionCode(Integer apkVersionCode)
public AndroidPublisher.Edits.Apklistings.List set(String parameterName, Object value)
set
in class AndroidPublisherRequest<ApkListingsListResponse>