public class AndroidPublisher.Edits.Apks
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Edits.Apks.Addexternallyhosted |
class |
AndroidPublisher.Edits.Apks.List |
class |
AndroidPublisher.Edits.Apks.Upload |
Constructor and Description |
---|
Apks() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Apks.Addexternallyhosted |
addexternallyhosted(java.lang.String packageName,
java.lang.String editId,
ApksAddExternallyHostedRequest content)
Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a
specified URL.
|
AndroidPublisher.Edits.Apks.List |
list(java.lang.String packageName,
java.lang.String editId)
Create a request for the method "apks.list".
|
AndroidPublisher.Edits.Apks.Upload |
upload(java.lang.String packageName,
java.lang.String editId)
Create a request for the method "apks.upload".
|
AndroidPublisher.Edits.Apks.Upload |
upload(java.lang.String packageName,
java.lang.String editId,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Create a request for the method "apks.upload".
|
public AndroidPublisher.Edits.Apks.Addexternallyhosted addexternallyhosted(java.lang.String packageName, java.lang.String editId, ApksAddExternallyHostedRequest 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 ApksAddExternallyHostedRequest
java.io.IOException
public AndroidPublisher.Edits.Apks.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.Apks.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.Apks.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