Class AccountAddressLocationType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountAddressLocationType.Builder
-
- Enclosing class:
- AccountAddressLocationType
public static final class AccountAddressLocationType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountAddressLocationTypebuild()AccountAddressLocationType.BuildersourceValue(AccountAddressLocationTypeSourceValue sourceValue)The source value of the location type.AccountAddressLocationType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeSourceValue> sourceValue)The source value of the location type.AccountAddressLocationType.Buildervalue(AccountAddressLocationTypeValue value)The type of the location.AccountAddressLocationType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeValue> value)The type of the location.
-
-
-
Method Detail
-
value
public AccountAddressLocationType.Builder value(AccountAddressLocationTypeValue value)
The type of the location.
-
value
public AccountAddressLocationType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeValue> value)
The type of the location.
-
sourceValue
public AccountAddressLocationType.Builder sourceValue(AccountAddressLocationTypeSourceValue sourceValue)
The source value of the location type.
-
sourceValue
public AccountAddressLocationType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountAddressLocationTypeSourceValue> sourceValue)
The source value of the location type.
-
build
public AccountAddressLocationType build()
-
-