| 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)
Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
|
LocalizedText |
LocalizedText.setText(String text)
The text in the given language.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedText> |
TrackRelease.getReleaseNotes()
A description of what is new in this release.
|
| Modifier and Type | Method and Description |
|---|---|
TrackRelease |
TrackRelease.setReleaseNotes(List<LocalizedText> releaseNotes)
A description of what is new in this release.
|
Copyright © 2011–2025 Google. All rights reserved.