public class AndroidPublisher.Edits.Bundles extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndroidPublisher.Edits.Bundles.List | 
| class  | AndroidPublisher.Edits.Bundles.Upload | 
| Constructor and Description | 
|---|
| Bundles() | 
| Modifier and Type | Method and Description | 
|---|---|
| AndroidPublisher.Edits.Bundles.List | list(String packageName,
    String editId)Lists all current Android App Bundles of the app and edit. | 
| AndroidPublisher.Edits.Bundles.Upload | upload(String packageName,
      String editId)Uploads a new Android App Bundle to this edit. | 
| AndroidPublisher.Edits.Bundles.Upload | upload(String packageName,
      String editId,
      com.google.api.client.http.AbstractInputStreamContent mediaContent)Uploads a new Android App Bundle to this edit. | 
public AndroidPublisher.Edits.Bundles.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.IOExceptionpublic AndroidPublisher.Edits.Bundles.Upload upload(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.Bundles.Upload upload(String packageName, String editId, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
 This method should be used for uploading media content.
packageName - Package name of the app.@param editId Identifier of the edit.mediaContent - The media HTTP content.IOException - if the initialization of the request failsCopyright © 2011–2024 Google. All rights reserved.