| Package | Description |
|---|---|
| com.google.api.services.androidenterprise.model |
| Modifier and Type | Method and Description |
|---|---|
LocalizedText |
LocalizedText.clone() |
LocalizedText |
LocalizedText.set(String fieldName,
Object value) |
LocalizedText |
LocalizedText.setLocale(String locale)
The BCP47 tag for a locale.
|
LocalizedText |
LocalizedText.setText(String text)
The text localized in the associated locale.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedText> |
StoreCluster.getName()
Ordered list of localized strings giving the name of this page.
|
List<LocalizedText> |
StorePage.getName()
Ordered list of localized strings giving the name of this page.
|
| Modifier and Type | Method and Description |
|---|---|
StoreCluster |
StoreCluster.setName(List<LocalizedText> name)
Ordered list of localized strings giving the name of this page.
|
StorePage |
StorePage.setName(List<LocalizedText> name)
Ordered list of localized strings giving the name of this page.
|
Copyright © 2011–2018 Google. All rights reserved.