public class AndroidPublisher.Edits.Apklistings extends 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 |
|---|
Apklistings() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Apklistings.Delete |
delete(String packageName,
String editId,
Integer apkVersionCode,
String language)
Deletes the APK-specific localized listing for a specified APK and language code.
|
AndroidPublisher.Edits.Apklistings.Deleteall |
deleteall(String packageName,
String editId,
Integer apkVersionCode)
Deletes all the APK-specific localized listings for a specified APK.
|
AndroidPublisher.Edits.Apklistings.Get |
get(String packageName,
String editId,
Integer apkVersionCode,
String language)
Fetches the APK-specific localized listing for a specified APK and language code.
|
AndroidPublisher.Edits.Apklistings.List |
list(String packageName,
String editId,
Integer apkVersionCode)
Lists all the APK-specific localized listings for a specified APK.
|
AndroidPublisher.Edits.Apklistings.Patch |
patch(String packageName,
String editId,
Integer apkVersionCode,
String language,
ApkListing content)
Updates or creates the APK-specific localized listing for a specified APK and language code.
|
AndroidPublisher.Edits.Apklistings.Update |
update(String packageName,
String editId,
Integer apkVersionCode,
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(String packageName, String editId, Integer apkVersionCode, String language) throws 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".IOExceptionpublic AndroidPublisher.Edits.Apklistings.Deleteall deleteall(String packageName, String editId, Integer apkVersionCode) throws 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.IOExceptionpublic AndroidPublisher.Edits.Apklistings.Get get(String packageName, String editId, Integer apkVersionCode, String language) throws 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".IOExceptionpublic AndroidPublisher.Edits.Apklistings.List list(String packageName, String editId, Integer apkVersionCode) throws 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.IOExceptionpublic AndroidPublisher.Edits.Apklistings.Patch patch(String packageName, String editId, Integer apkVersionCode, String language, ApkListing content) throws 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 ApkListingIOExceptionpublic AndroidPublisher.Edits.Apklistings.Update update(String packageName, String editId, Integer apkVersionCode, String language, ApkListing content) throws 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 ApkListingIOExceptionCopyright © 2011–2019 Google. All rights reserved.