Class AccountAddressCountry.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountAddressCountry.Builder
-
- Enclosing class:
- AccountAddressCountry
public static final class AccountAddressCountry.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountAddressCountrybuild()AccountAddressCountry.BuildersourceValue(AccountAddressSourceValue sourceValue)The source value of the ISO 3166-1 alpha-2 code of the country.AccountAddressCountry.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressSourceValue> sourceValue)The source value of the ISO 3166-1 alpha-2 code of the country.AccountAddressCountry.Buildervalue(AccountAddressValue value)The ISO 3166-1 alpha-2 code of the country.AccountAddressCountry.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressValue> value)The ISO 3166-1 alpha-2 code of the country.
-
-
-
Method Detail
-
value
public AccountAddressCountry.Builder value(AccountAddressValue value)
The ISO 3166-1 alpha-2 code of the country.
-
value
public AccountAddressCountry.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressValue> value)
The ISO 3166-1 alpha-2 code of the country.
-
sourceValue
public AccountAddressCountry.Builder sourceValue(AccountAddressSourceValue sourceValue)
The source value of the ISO 3166-1 alpha-2 code of the country.
-
sourceValue
public AccountAddressCountry.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressSourceValue> sourceValue)
The source value of the ISO 3166-1 alpha-2 code of the country.
-
build
public AccountAddressCountry build()
-
-