Class UpdateEmployeeApiModelNationalIdentityNumber
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateEmployeeApiModelNationalIdentityNumber
-
@Deprecated public class UpdateEmployeeApiModelNationalIdentityNumber extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.UpdateEmployeeApiModelNationalIdentityNumber - The national identity number
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEmployeeApiModelNationalIdentityNumber.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description UpdateEmployeeApiModelNationalIdentityNumber()Deprecated.UpdateEmployeeApiModelNationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelType> type, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelCountry> country)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UpdateEmployeeApiModelNationalIdentityNumber.Builderbuilder()Deprecated.org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelCountry>country()Deprecated.The country codebooleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelType>type()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()Deprecated.UpdateEmployeeApiModelNationalIdentityNumberwithCountry(UpdateEmployeeApiModelCountry country)Deprecated.The country codeUpdateEmployeeApiModelNationalIdentityNumberwithCountry(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelCountry> country)Deprecated.The country codeUpdateEmployeeApiModelNationalIdentityNumberwithType(UpdateEmployeeApiModelType type)Deprecated.UpdateEmployeeApiModelNationalIdentityNumberwithType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelType> type)Deprecated.UpdateEmployeeApiModelNationalIdentityNumberwithValue(java.lang.String value)Deprecated.UpdateEmployeeApiModelNationalIdentityNumberwithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)Deprecated.
-
-
-
Constructor Detail
-
UpdateEmployeeApiModelNationalIdentityNumber
public UpdateEmployeeApiModelNationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelType> type, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelCountry> country)Deprecated.
-
UpdateEmployeeApiModelNationalIdentityNumber
public UpdateEmployeeApiModelNationalIdentityNumber()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
Deprecated.
-
type
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelType> type()
Deprecated.
-
country
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelCountry> country()
Deprecated.The country code
-
builder
public static final UpdateEmployeeApiModelNationalIdentityNumber.Builder builder()
Deprecated.
-
withValue
public UpdateEmployeeApiModelNationalIdentityNumber withValue(java.lang.String value)
Deprecated.
-
withValue
public UpdateEmployeeApiModelNationalIdentityNumber withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
Deprecated.
-
withType
public UpdateEmployeeApiModelNationalIdentityNumber withType(UpdateEmployeeApiModelType type)
Deprecated.
-
withType
public UpdateEmployeeApiModelNationalIdentityNumber withType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelType> type)
Deprecated.
-
withCountry
public UpdateEmployeeApiModelNationalIdentityNumber withCountry(UpdateEmployeeApiModelCountry country)
Deprecated.The country code
-
withCountry
public UpdateEmployeeApiModelNationalIdentityNumber withCountry(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelCountry> 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
-
-