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