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