Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Apk |
Apk.clone() |
Apk |
Apk.set(String fieldName,
Object value) |
Apk |
Apk.setBinary(ApkBinary binary)
Information about the binary payload of this APK.
|
Apk |
Apk.setTestBinary(ApkBinary testBinary) |
Apk |
Apk.setVersionCode(Integer versionCode)
The version code of the APK, as specified in the APK's manifest file.
|
Modifier and Type | Method and Description |
---|---|
List<Apk> |
ApksListResponse.getApks() |
Modifier and Type | Method and Description |
---|---|
ApksListResponse |
ApksListResponse.setApks(List<Apk> apks) |
Copyright © 2011–2020 Google. All rights reserved.