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