public class AndroidPublisher.Edits.Apklistings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Apklistings.Delete |
class |
AndroidPublisher.Edits.Apklistings.Deleteall |
class |
AndroidPublisher.Edits.Apklistings.Get |
class |
AndroidPublisher.Edits.Apklistings.List |
class |
AndroidPublisher.Edits.Apklistings.Patch |
class |
AndroidPublisher.Edits.Apklistings.Update |
| Constructor and Description |
|---|
AndroidPublisher.Edits.Apklistings() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Apklistings.Delete |
delete(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode,
java.lang.String language)
Deletes the APK-specific localized listing for a specified APK and language code.
|
AndroidPublisher.Edits.Apklistings.Deleteall |
deleteall(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode)
Deletes all the APK-specific localized listings for a specified APK.
|
AndroidPublisher.Edits.Apklistings.Get |
get(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode,
java.lang.String language)
Fetches the APK-specific localized listing for a specified APK and language code.
|
AndroidPublisher.Edits.Apklistings.List |
list(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode)
Lists all the APK-specific localized listings for a specified APK.
|
AndroidPublisher.Edits.Apklistings.Patch |
patch(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode,
java.lang.String language,
ApkListing content)
Updates or creates the APK-specific localized listing for a specified APK and language code.
|
AndroidPublisher.Edits.Apklistings.Update |
update(java.lang.String packageName,
java.lang.String editId,
java.lang.Integer apkVersionCode,
java.lang.String language,
ApkListing content)
Updates or creates the APK-specific localized listing for a specified APK and language code.
|
public AndroidPublisher.Edits.Apklistings.Delete delete(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode, java.lang.String language) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.language - The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify.
For example, to select Austrian German, pass "de-AT".java.io.IOExceptionpublic AndroidPublisher.Edits.Apklistings.Deleteall deleteall(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.java.io.IOExceptionpublic AndroidPublisher.Edits.Apklistings.Get get(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode, java.lang.String language) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.language - The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify.
For example, to select Austrian German, pass "de-AT".java.io.IOExceptionpublic AndroidPublisher.Edits.Apklistings.List list(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.java.io.IOExceptionpublic AndroidPublisher.Edits.Apklistings.Patch patch(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode, java.lang.String language, ApkListing content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.language - The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify.
For example, to select Austrian German, pass "de-AT".content - the ApkListingjava.io.IOExceptionpublic AndroidPublisher.Edits.Apklistings.Update update(java.lang.String packageName, java.lang.String editId, java.lang.Integer apkVersionCode, java.lang.String language, ApkListing content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.language - The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify.
For example, to select Austrian German, pass "de-AT".content - the ApkListingjava.io.IOException