public static class CountryAndRegions.CountryAndRegionsBuilder
extends java.lang.Object
Constructor and Description |
---|
CountryAndRegionsBuilder() |
Modifier and Type | Method and Description |
---|---|
CountryAndRegions.CountryAndRegionsBuilder |
addRegion(Region region) |
CountryAndRegions |
build() |
CountryAndRegions.CountryAndRegionsBuilder |
setCountryOnly(CountryOnly countryOnly) |
CountryAndRegions.CountryAndRegionsBuilder |
setRegionList(java.util.List<Region> regionList) |
public CountryAndRegions.CountryAndRegionsBuilder setCountryOnly(CountryOnly countryOnly)
public CountryAndRegions.CountryAndRegionsBuilder setRegionList(java.util.List<Region> regionList)
public CountryAndRegions.CountryAndRegionsBuilder addRegion(Region region)
public CountryAndRegions build()