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