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