public class AndroidPublisher.Edits.Listings
extends java.lang.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 |
---|
AndroidPublisher.Edits.Listings() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Listings.Delete |
delete(java.lang.String packageName,
java.lang.String editId,
java.lang.String language)
Deletes the specified localized store listing from an edit.
|
AndroidPublisher.Edits.Listings.Deleteall |
deleteall(java.lang.String packageName,
java.lang.String editId)
Deletes all localized listings from an edit.
|
AndroidPublisher.Edits.Listings.Get |
get(java.lang.String packageName,
java.lang.String editId,
java.lang.String language)
Fetches information about a localized store listing.
|
AndroidPublisher.Edits.Listings.List |
list(java.lang.String packageName,
java.lang.String editId)
Returns all of the localized store listings attached to this edit.
|
AndroidPublisher.Edits.Listings.Patch |
patch(java.lang.String packageName,
java.lang.String editId,
java.lang.String language,
Listing content)
Creates or updates a localized store listing.
|
AndroidPublisher.Edits.Listings.Update |
update(java.lang.String packageName,
java.lang.String editId,
java.lang.String language,
Listing content)
Creates or updates a localized store listing.
|
public AndroidPublisher.Edits.Listings.Delete delete(java.lang.String packageName, java.lang.String editId, 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.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".java.io.IOException
public AndroidPublisher.Edits.Listings.Deleteall deleteall(java.lang.String packageName, java.lang.String editId) 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.java.io.IOException
public AndroidPublisher.Edits.Listings.Get get(java.lang.String packageName, java.lang.String editId, 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.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".java.io.IOException
public AndroidPublisher.Edits.Listings.List list(java.lang.String packageName, java.lang.String editId) 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.java.io.IOException
public AndroidPublisher.Edits.Listings.Patch patch(java.lang.String packageName, java.lang.String editId, java.lang.String language, Listing 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.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 Listing
java.io.IOException
public AndroidPublisher.Edits.Listings.Update update(java.lang.String packageName, java.lang.String editId, java.lang.String language, Listing 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.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 Listing
java.io.IOException