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