public class AndroidPublisher.Edits.Listings extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Listings.Delete |
class |
AndroidPublisher.Edits.Listings.Deleteall |
class |
AndroidPublisher.Edits.Listings.Get |
class |
AndroidPublisher.Edits.Listings.List |
class |
AndroidPublisher.Edits.Listings.Patch |
class |
AndroidPublisher.Edits.Listings.Update |
| Constructor and Description |
|---|
Listings() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Listings.Delete |
delete(String packageName,
String editId,
String language)
Deletes the specified localized store listing from an edit.
|
AndroidPublisher.Edits.Listings.Deleteall |
deleteall(String packageName,
String editId)
Deletes all localized listings from an edit.
|
AndroidPublisher.Edits.Listings.Get |
get(String packageName,
String editId,
String language)
Fetches information about a localized store listing.
|
AndroidPublisher.Edits.Listings.List |
list(String packageName,
String editId)
Returns all of the localized store listings attached to this edit.
|
AndroidPublisher.Edits.Listings.Patch |
patch(String packageName,
String editId,
String language,
Listing content)
Creates or updates a localized store listing.
|
AndroidPublisher.Edits.Listings.Update |
update(String packageName,
String editId,
String language,
Listing content)
Creates or updates a localized store listing.
|
public AndroidPublisher.Edits.Listings.Delete delete(String packageName, String editId, 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.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".IOExceptionpublic AndroidPublisher.Edits.Listings.Deleteall deleteall(String packageName, String editId) 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.IOExceptionpublic AndroidPublisher.Edits.Listings.Get get(String packageName, String editId, 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.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".IOExceptionpublic AndroidPublisher.Edits.Listings.List list(String packageName, String editId) 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.IOExceptionpublic AndroidPublisher.Edits.Listings.Patch patch(String packageName, String editId, String language, Listing 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.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 ListingIOExceptionpublic AndroidPublisher.Edits.Listings.Update update(String packageName, String editId, String language, Listing 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.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 ListingIOExceptionCopyright © 2011–2019 Google. All rights reserved.