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 HrisCreateEmployeeRequestDtoType> type, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoCountry> country)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HrisCreateEmployeeRequestDtoNationalIdentityNumber.Builderbuilder()Deprecated.org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoCountry>country()Deprecated.The country codebooleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoType>type()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()Deprecated.HrisCreateEmployeeRequestDtoNationalIdentityNumberwithCountry(HrisCreateEmployeeRequestDtoCountry country)Deprecated.The country codeHrisCreateEmployeeRequestDtoNationalIdentityNumberwithCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoCountry> country)Deprecated.The country codeHrisCreateEmployeeRequestDtoNationalIdentityNumberwithType(HrisCreateEmployeeRequestDtoType type)Deprecated.HrisCreateEmployeeRequestDtoNationalIdentityNumberwithType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoType> type)Deprecated.HrisCreateEmployeeRequestDtoNationalIdentityNumberwithValue(java.lang.String value)Deprecated.HrisCreateEmployeeRequestDtoNationalIdentityNumberwithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)Deprecated.
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoNationalIdentityNumber
public HrisCreateEmployeeRequestDtoNationalIdentityNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoType> 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<HrisCreateEmployeeRequestDtoType> type()
Deprecated.
-
country
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoCountry> country()
Deprecated.The country code
-
builder
public static final 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(HrisCreateEmployeeRequestDtoType type)
Deprecated.
-
withType
public HrisCreateEmployeeRequestDtoNationalIdentityNumber withType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoType> 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
-
-