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