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