Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Details.Patch |
AndroidPublisher.Edits.Details.patch(String packageName,
String editId,
AppDetails content)
Patches details of an app.
|
AndroidPublisher.Edits.Details.Update |
AndroidPublisher.Edits.Details.update(String packageName,
String editId,
AppDetails content)
Updates details of an app.
|
Constructor and Description |
---|
Patch(String packageName,
String editId,
AppDetails content)
Patches details of an app.
|
Update(String packageName,
String editId,
AppDetails content)
Updates details of an app.
|
Modifier and Type | Method and Description |
---|---|
AppDetails |
AppDetails.clone() |
AppDetails |
AppDetails.set(String fieldName,
Object value) |
AppDetails |
AppDetails.setContactEmail(String contactEmail)
The user-visible support email for this app.
|
AppDetails |
AppDetails.setContactPhone(String contactPhone)
The user-visible support telephone number for this app.
|
AppDetails |
AppDetails.setContactWebsite(String contactWebsite)
The user-visible website for this app.
|
AppDetails |
AppDetails.setDefaultLanguage(String defaultLanguage)
Default language code, in BCP 47 format (eg "en-US").
|
Copyright © 2011–2025 Google. All rights reserved.