Class HrisCreateEmployeeRequestDtoNationalIdentityNumber
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoNationalIdentityNumber
-
@Deprecated public class HrisCreateEmployeeRequestDtoNationalIdentityNumber extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateEmployeeRequestDtoNationalIdentityNumberThe national identity number
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoNationalIdentityNumber.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoNationalIdentityNumber()Deprecated.HrisCreateEmployeeRequestDtoNationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberType> type, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoCountry> country)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoNationalIdentityNumber
public HrisCreateEmployeeRequestDtoNationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberType> type, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoCountry> country)Deprecated.
-
HrisCreateEmployeeRequestDtoNationalIdentityNumber
public HrisCreateEmployeeRequestDtoNationalIdentityNumber()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
Deprecated.
-
type
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoNationalIdentityNumberType> type()
Deprecated.
-
country
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoCountry> country()
Deprecated.The country code
-
builder
public static HrisCreateEmployeeRequestDtoNationalIdentityNumber.Builder builder()
Deprecated.
-
withValue
public HrisCreateEmployeeRequestDtoNationalIdentityNumber withValue(java.lang.String value)
Deprecated.
-
withValue
public HrisCreateEmployeeRequestDtoNationalIdentityNumber withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
Deprecated.
-
withType
public HrisCreateEmployeeRequestDtoNationalIdentityNumber withType(HrisCreateEmployeeRequestDtoNationalIdentityNumberType type)
Deprecated.
-
withType
public HrisCreateEmployeeRequestDtoNationalIdentityNumber withType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberType> type)
Deprecated.
-
withCountry
public HrisCreateEmployeeRequestDtoNationalIdentityNumber withCountry(HrisCreateEmployeeRequestDtoCountry country)
Deprecated.The country code
-
withCountry
public HrisCreateEmployeeRequestDtoNationalIdentityNumber withCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoCountry> 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
-
-