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