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