| Package | Description |
|---|---|
| com.google.api.services.androidpublisher | |
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Insert |
AndroidPublisher.Edits.insert(String packageName,
AppEdit content)
Creates a new edit for an app, populated with the app's current state.
|
| Constructor and Description |
|---|
Insert(String packageName,
AppEdit content)
Creates a new edit for an app, populated with the app's current state.
|
| Modifier and Type | Method and Description |
|---|---|
AppEdit |
AppEdit.clone() |
AppEdit |
AppEdit.set(String fieldName,
Object value) |
AppEdit |
AppEdit.setExpiryTimeSeconds(String expiryTimeSeconds)
The time at which the edit will expire and will be no longer valid for use in any subsequent
API calls (encoded as seconds since the Epoch).
|
AppEdit |
AppEdit.setId(String id)
The ID of the edit that can be used in subsequent API calls.
|
Copyright © 2011–2019 Google. All rights reserved.