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 HrisUpdateEmployeeRequestDtoNationalIdentityNumberType> type, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoCountry> country)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoNationalIdentityNumber
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberType> 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<HrisUpdateEmployeeRequestDtoNationalIdentityNumberType> 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(HrisUpdateEmployeeRequestDtoNationalIdentityNumberType type)
Deprecated.
-
withType
public HrisUpdateEmployeeRequestDtoNationalIdentityNumber withType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberType> 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
-
-