Class HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder
-
- Enclosing class:
- HrisUpdateEmployeeRequestDtoNationalIdentityNumber
public static final class HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisUpdateEmployeeRequestDtoNationalIdentityNumberbuild()HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Buildercountry(HrisUpdateEmployeeRequestDtoCountry country)The country codeHrisUpdateEmployeeRequestDtoNationalIdentityNumber.Buildercountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoCountry> country)The country codeHrisUpdateEmployeeRequestDtoNationalIdentityNumber.Buildertype(HrisUpdateEmployeeRequestDtoType type)HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoType> type)HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Buildervalue(java.lang.String value)HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
-
-
-
Method Detail
-
value
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder value(java.lang.String value)
-
value
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder value(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
-
type
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder type(HrisUpdateEmployeeRequestDtoType type)
-
type
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoType> type)
-
country
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder country(HrisUpdateEmployeeRequestDtoCountry country)
The country code
-
country
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber.Builder country(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoCountry> country)
The country code
-
build
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber build()
-
-