Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
LocalizedText |
LocalizedText.clone() |
LocalizedText |
LocalizedText.set(String fieldName,
Object value) |
LocalizedText |
LocalizedText.setLanguage(String language)
The language code, in BCP 47 format (eg "en-US").
|
LocalizedText |
LocalizedText.setText(String text)
The text in the given `language`.
|
Modifier and Type | Method and Description |
---|---|
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(List<LocalizedText> releaseNotes)
The description of what is new in the app in this release.
|
Copyright © 2011–2020 Google. All rights reserved.