Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
GeneratedRecoveryApk |
GeneratedRecoveryApk.clone() |
GeneratedRecoveryApk |
GeneratedRecoveryApk.set(String fieldName,
Object value) |
GeneratedRecoveryApk |
GeneratedRecoveryApk.setDownloadId(String downloadId)
Download ID, which uniquely identifies the APK to download.
|
GeneratedRecoveryApk |
GeneratedRecoveryApk.setModuleName(String moduleName)
Name of the module which recovery apk belongs to.
|
GeneratedRecoveryApk |
GeneratedRecoveryApk.setRecoveryId(Long recoveryId)
ID of the recovery action.
|
GeneratedRecoveryApk |
GeneratedRecoveryApk.setRecoveryStatus(String recoveryStatus)
The status of the recovery action corresponding to the recovery apk.
|
Modifier and Type | Method and Description |
---|---|
List<GeneratedRecoveryApk> |
GeneratedApksPerSigningKey.getGeneratedRecoveryModules()
Generated recovery apks for recovery actions signed with a key corresponding to
certificate_sha256_hash.
|
Modifier and Type | Method and Description |
---|---|
GeneratedApksPerSigningKey |
GeneratedApksPerSigningKey.setGeneratedRecoveryModules(List<GeneratedRecoveryApk> generatedRecoveryModules)
Generated recovery apks for recovery actions signed with a key corresponding to
certificate_sha256_hash.
|
Copyright © 2011–2025 Google. All rights reserved.