Class NationalIdentityNumberApiModelType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.NationalIdentityNumberApiModelType
-
public class NationalIdentityNumberApiModelType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNationalIdentityNumberApiModelType.Builder
-
Constructor Summary
Constructors Constructor Description NationalIdentityNumberApiModelType()NationalIdentityNumberApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
NationalIdentityNumberApiModelType
public NationalIdentityNumberApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelSourceValue> sourceValue)
-
NationalIdentityNumberApiModelType
public NationalIdentityNumberApiModelType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelValue> value()
The type of the national identity number
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<NationalIdentityNumberApiModelSourceValue> sourceValue()
-
builder
public static final NationalIdentityNumberApiModelType.Builder builder()
-
withValue
public NationalIdentityNumberApiModelType withValue(NationalIdentityNumberApiModelValue value)
The type of the national identity number
-
withValue
public NationalIdentityNumberApiModelType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelValue> value)
The type of the national identity number
-
withSourceValue
public NationalIdentityNumberApiModelType withSourceValue(NationalIdentityNumberApiModelSourceValue sourceValue)
-
withSourceValue
public NationalIdentityNumberApiModelType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends NationalIdentityNumberApiModelSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-