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