Class HrisCreateEmployeeRequestDtoNationalIdentityNumberType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoNationalIdentityNumberType
-
public class HrisCreateEmployeeRequestDtoNationalIdentityNumberType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoNationalIdentityNumberType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoNationalIdentityNumberType()HrisCreateEmployeeRequestDtoNationalIdentityNumberType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoNationalIdentityNumberType
public HrisCreateEmployeeRequestDtoNationalIdentityNumberType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue)
-
HrisCreateEmployeeRequestDtoNationalIdentityNumberType
public HrisCreateEmployeeRequestDtoNationalIdentityNumberType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoNationalIdentityNumberValue> value()
The type of the national identity number
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue()
-
builder
public static HrisCreateEmployeeRequestDtoNationalIdentityNumberType.Builder builder()
-
withValue
public HrisCreateEmployeeRequestDtoNationalIdentityNumberType withValue(HrisCreateEmployeeRequestDtoNationalIdentityNumberValue value)
The type of the national identity number
-
withValue
public HrisCreateEmployeeRequestDtoNationalIdentityNumberType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberValue> value)
The type of the national identity number
-
withSourceValue
public HrisCreateEmployeeRequestDtoNationalIdentityNumberType withSourceValue(HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue sourceValue)
-
withSourceValue
public HrisCreateEmployeeRequestDtoNationalIdentityNumberType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-