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