| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
LocalizedText |
LocalizedText.clone() |
LocalizedText |
LocalizedText.set(java.lang.String fieldName,
java.lang.Object value) |
LocalizedText |
LocalizedText.setLanguage(java.lang.String language)
The language code, in BCP 47 format (eg "en-US").
|
LocalizedText |
LocalizedText.setText(java.lang.String text)
The text in the given `language`.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LocalizedText> |
TrackRelease.getReleaseNotes()
The description of what is new in the app in this release.
|
| Modifier and Type | Method and Description |
|---|---|
TrackRelease |
TrackRelease.setReleaseNotes(java.util.List<LocalizedText> releaseNotes)
The description of what is new in the app in this release.
|