Package org.bouncycastle.oer.its
Class CountryAndRegions.CountryAndRegionsBuilder
- java.lang.Object
-
- org.bouncycastle.oer.its.CountryAndRegions.CountryAndRegionsBuilder
-
- Enclosing class:
- CountryAndRegions
public static class CountryAndRegions.CountryAndRegionsBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CountryAndRegionsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountryAndRegions.CountryAndRegionsBuilder
addRegion(Region region)
CountryAndRegions
build()
CountryAndRegions.CountryAndRegionsBuilder
setCountryOnly(CountryOnly countryOnly)
CountryAndRegions.CountryAndRegionsBuilder
setRegionList(java.util.List<Region> regionList)
-
-
-
Method Detail
-
setCountryOnly
public CountryAndRegions.CountryAndRegionsBuilder setCountryOnly(CountryOnly countryOnly)
-
setRegionList
public CountryAndRegions.CountryAndRegionsBuilder setRegionList(java.util.List<Region> regionList)
-
addRegion
public CountryAndRegions.CountryAndRegionsBuilder addRegion(Region region)
-
build
public CountryAndRegions build()
-
-