Class NationalIdentityNumber
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.NationalIdentityNumber
-
@Deprecated public class NationalIdentityNumber extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.NationalIdentityNumberThe national identity number
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNationalIdentityNumber.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description NationalIdentityNumber()Deprecated.NationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeType> type, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountry> country)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NationalIdentityNumber.Builderbuilder()Deprecated.org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberCountry>country()Deprecated.The country codebooleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<EmployeeType>type()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()Deprecated.NationalIdentityNumberwithCountry(EmployeeNationalIdentityNumberCountry country)Deprecated.The country codeNationalIdentityNumberwithCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountry> country)Deprecated.The country codeNationalIdentityNumberwithType(EmployeeType type)Deprecated.NationalIdentityNumberwithType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeType> type)Deprecated.NationalIdentityNumberwithValue(java.lang.String value)Deprecated.NationalIdentityNumberwithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)Deprecated.
-
-
-
Constructor Detail
-
NationalIdentityNumber
public NationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeType> type, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountry> country)Deprecated.
-
NationalIdentityNumber
public NationalIdentityNumber()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
Deprecated.
-
type
public org.openapitools.jackson.nullable.JsonNullable<EmployeeType> type()
Deprecated.
-
country
public org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberCountry> country()
Deprecated.The country code
-
builder
public static NationalIdentityNumber.Builder builder()
Deprecated.
-
withValue
public NationalIdentityNumber withValue(java.lang.String value)
Deprecated.
-
withValue
public NationalIdentityNumber withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
Deprecated.
-
withType
public NationalIdentityNumber withType(EmployeeType type)
Deprecated.
-
withType
public NationalIdentityNumber withType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeType> type)
Deprecated.
-
withCountry
public NationalIdentityNumber withCountry(EmployeeNationalIdentityNumberCountry country)
Deprecated.The country code
-
withCountry
public NationalIdentityNumber withCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountry> country)
Deprecated.The country code
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-