public class AndroidPublisher.Edits.Details
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Details.Get |
class |
AndroidPublisher.Edits.Details.Patch |
class |
AndroidPublisher.Edits.Details.Update |
| Constructor and Description |
|---|
AndroidPublisher.Edits.Details() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Details.Get |
get(java.lang.String packageName,
java.lang.String editId)
Fetches app details for this edit.
|
AndroidPublisher.Edits.Details.Patch |
patch(java.lang.String packageName,
java.lang.String editId,
AppDetails content)
Updates app details for this edit.
|
AndroidPublisher.Edits.Details.Update |
update(java.lang.String packageName,
java.lang.String editId,
AppDetails content)
Updates app details for this edit.
|
public AndroidPublisher.Edits.Details.Get get(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.IOExceptionpublic AndroidPublisher.Edits.Details.Patch patch(java.lang.String packageName, java.lang.String editId, AppDetails 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.content - the AppDetailsjava.io.IOExceptionpublic AndroidPublisher.Edits.Details.Update update(java.lang.String packageName, java.lang.String editId, AppDetails 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.content - the AppDetailsjava.io.IOException