Class Country.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Country.Builder
-
- Enclosing class:
- Country
public static final class Country.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Countrybuild()Country.BuildersourceValue(NationalIdentityNumberApiModelCountrySourceValue sourceValue)Country.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountrySourceValue> sourceValue)Country.Buildervalue(NationalIdentityNumberApiModelCountryValue value)The ISO3166-1 Alpha2 Code of the CountryCountry.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountryValue> value)The ISO3166-1 Alpha2 Code of the Country
-
-
-
Method Detail
-
value
public Country.Builder value(NationalIdentityNumberApiModelCountryValue value)
The ISO3166-1 Alpha2 Code of the Country
-
value
public Country.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountryValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public Country.Builder sourceValue(NationalIdentityNumberApiModelCountrySourceValue sourceValue)
-
sourceValue
public Country.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelCountrySourceValue> sourceValue)
-
build
public Country build()
-
-