public class AndroidPublisher.Edits.Details extends 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 | 
|---|
| Details() | 
| Modifier and Type | Method and Description | 
|---|---|
| AndroidPublisher.Edits.Details.Get | get(String packageName,
   String editId)Gets details of an app. | 
| AndroidPublisher.Edits.Details.Patch | patch(String packageName,
     String editId,
     AppDetails content)Patches details of an app. | 
| AndroidPublisher.Edits.Details.Update | update(String packageName,
      String editId,
      AppDetails content)Updates details of an app. | 
public AndroidPublisher.Edits.Details.Get get(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.IOExceptionpublic AndroidPublisher.Edits.Details.Patch patch(String packageName, String editId, AppDetails content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.content - the AppDetailsIOExceptionpublic AndroidPublisher.Edits.Details.Update update(String packageName, String editId, AppDetails content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.content - the AppDetailsIOExceptionCopyright © 2011–2024 Google. All rights reserved.