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