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 a localized store listing.
|
AndroidPublisher.Edits.Listings.Deleteall |
deleteall(String packageName,
String editId)
Deletes all store listings.
|
AndroidPublisher.Edits.Listings.Get |
get(String packageName,
String editId,
String language)
Gets a localized store listing.
|
AndroidPublisher.Edits.Listings.List |
list(String packageName,
String editId)
Lists all localized store listings.
|
AndroidPublisher.Edits.Listings.Patch |
patch(String packageName,
String editId,
String language,
Listing content)
Patches 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
- Package name of the app.editId
- Identifier of the edit.language
- Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).IOException
public AndroidPublisher.Edits.Listings.Deleteall deleteall(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.IOException
public AndroidPublisher.Edits.Listings.Get get(String packageName, String editId, String language) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.language
- Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).IOException
public AndroidPublisher.Edits.Listings.List list(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.IOException
public AndroidPublisher.Edits.Listings.Patch patch(String packageName, String editId, String language, Listing content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.language
- Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).content
- the Listing
IOException
public AndroidPublisher.Edits.Listings.Update update(String packageName, String editId, String language, Listing content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.language
- Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).content
- the Listing
IOException
Copyright © 2011–2025 Google. All rights reserved.