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