public class AndroidPublisher.Edits.Bundles
extends java.lang.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(java.lang.String packageName,
java.lang.String editId)
Create a request for the method "bundles.list".
|
AndroidPublisher.Edits.Bundles.Upload |
upload(java.lang.String packageName,
java.lang.String editId)
Uploads a new Android App Bundle to this edit.
|
AndroidPublisher.Edits.Bundles.Upload |
upload(java.lang.String packageName,
java.lang.String editId,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads a new Android App Bundle to this edit.
|
public AndroidPublisher.Edits.Bundles.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.Bundles.Upload upload(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.Bundles.Upload upload(java.lang.String packageName, java.lang.String editId, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
packageName
- Unique identifier for the Android app that is being updated; for example, "com.spiffygame".@param editId Unique identifier for this edit.mediaContent
- The media HTTP content or null
if none.java.io.IOException
- if the initialization of the request fails