public class AndroidPublisher.Edits.Apks extends 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(String packageName,
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(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.Addexternallyhosted addexternallyhosted(String packageName, String editId, ApksAddExternallyHostedRequest content) 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.content
- the ApksAddExternallyHostedRequest
IOException
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 failsCopyright © 2011–2019 Google. All rights reserved.