public class AndroidPublisher.Edits.Apks extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Edits.Apks.List |
class |
AndroidPublisher.Edits.Apks.Upload |
Constructor and Description |
---|
AndroidPublisher.Edits.Apks() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Apks.List |
list(String packageName,
String editId)
Create a request for the method "apks.list".
|
AndroidPublisher.Edits.Apks.Upload |
upload(String packageName,
String editId)
Create a request for the method "apks.upload".
|
AndroidPublisher.Edits.Apks.Upload |
upload(String packageName,
String editId,
AbstractInputStreamContent mediaContent)
Create a request for the method "apks.upload".
|
public AndroidPublisher.Edits.Apks.List list(String packageName, String editId) throws 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.IOException
public AndroidPublisher.Edits.Apks.Upload upload(String packageName, String editId) throws 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.IOException
public AndroidPublisher.Edits.Apks.Upload upload(String packageName, String editId, AbstractInputStreamContent mediaContent) throws 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.IOException
- if the initialization of the request fails