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