| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
TranslatedString |
TranslatedString.clone() |
TranslatedString |
LocalizedString.getDefaultValue()
Contains the string to be displayed if no appropriate translation is available.
|
TranslatedString |
TranslatedString.set(String fieldName,
Object value) |
TranslatedString |
TranslatedString.setKind(String kind)
Identifies what kind of resource this is.
|
TranslatedString |
TranslatedString.setLanguage(String language)
Represents the BCP 47 language tag.
|
TranslatedString |
TranslatedString.setValue(String value)
The UTF-8 encoded translated string.
|
| Modifier and Type | Method and Description |
|---|---|
List<TranslatedString> |
LocalizedString.getTranslatedValues()
Contains the translations for the string.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
LocalizedString.setDefaultValue(TranslatedString defaultValue)
Contains the string to be displayed if no appropriate translation is available.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
LocalizedString.setTranslatedValues(List<TranslatedString> translatedValues)
Contains the translations for the string.
|
Copyright © 2011–2025 Google. All rights reserved.