| 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(java.lang.String packageName,
AppEdit content)
Creates a new edit for an app, populated with the app's current state.
|
| Constructor and Description |
|---|
AndroidPublisher.Edits.Insert(java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
AppEdit |
AppEdit.setExpiryTimeSeconds(java.lang.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(java.lang.String id)
The ID of the edit that can be used in subsequent API calls.
|