| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.clone() |
Bundle |
Bundle.set(java.lang.String fieldName,
java.lang.Object value) |
Bundle |
Bundle.setSha1(java.lang.String sha1)
A sha1 hash of the upload payload, encoded as a hex string and matching the output of the
sha1sum command.
|
Bundle |
Bundle.setSha256(java.lang.String sha256)
A sha256 hash of the upload payload, encoded as a hex string and matching the output of the
sha256sum command.
|
Bundle |
Bundle.setVersionCode(java.lang.Integer versionCode)
The version code of the Android App Bundle.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Bundle> |
BundlesListResponse.getBundles() |
| Modifier and Type | Method and Description |
|---|---|
BundlesListResponse |
BundlesListResponse.setBundles(java.util.List<Bundle> bundles) |