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