Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
BreakdownRegion |
BreakdownRegion.clone() |
BreakdownRegion |
BreakdownRegion.set(String fieldName,
Object value) |
BreakdownRegion |
BreakdownRegion.setCode(String code)
The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml)
|
BreakdownRegion |
BreakdownRegion.setName(String name)
The localized name of the region.
|
Modifier and Type | Method and Description |
---|---|
List<BreakdownRegion> |
Breakdown.getRegions()
Lists of regions.
|
Modifier and Type | Method and Description |
---|---|
Breakdown |
Breakdown.setRegions(List<BreakdownRegion> regions)
Lists of regions.
|
Copyright © 2011–2024 Google. All rights reserved.