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