Class NationalIdentityNumberApiModelType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.NationalIdentityNumberApiModelType.Builder
-
- Enclosing class:
- NationalIdentityNumberApiModelType
public static final class NationalIdentityNumberApiModelType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NationalIdentityNumberApiModelTypebuild()NationalIdentityNumberApiModelType.BuildersourceValue(NationalIdentityNumberApiModelSourceValue sourceValue)NationalIdentityNumberApiModelType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelSourceValue> sourceValue)NationalIdentityNumberApiModelType.Buildervalue(NationalIdentityNumberApiModelValue value)The type of the national identity numberNationalIdentityNumberApiModelType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelValue> value)The type of the national identity number
-
-
-
Method Detail
-
value
public NationalIdentityNumberApiModelType.Builder value(NationalIdentityNumberApiModelValue value)
The type of the national identity number
-
value
public NationalIdentityNumberApiModelType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelValue> value)
The type of the national identity number
-
sourceValue
public NationalIdentityNumberApiModelType.Builder sourceValue(NationalIdentityNumberApiModelSourceValue sourceValue)
-
sourceValue
public NationalIdentityNumberApiModelType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelSourceValue> sourceValue)
-
build
public NationalIdentityNumberApiModelType build()
-
-