Class HrisUpdateEmployeeRequestDtoNationalIdentityNumberType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoNationalIdentityNumberType
-
public class HrisUpdateEmployeeRequestDtoNationalIdentityNumberType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoNationalIdentityNumberType.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoNationalIdentityNumberType()HrisUpdateEmployeeRequestDtoNationalIdentityNumberType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoNationalIdentityNumberType
public HrisUpdateEmployeeRequestDtoNationalIdentityNumberType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue)
-
HrisUpdateEmployeeRequestDtoNationalIdentityNumberType
public HrisUpdateEmployeeRequestDtoNationalIdentityNumberType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoNationalIdentityNumberValue> value()
The type of the national identity number
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue()
-
builder
public static HrisUpdateEmployeeRequestDtoNationalIdentityNumberType.Builder builder()
-
withValue
public HrisUpdateEmployeeRequestDtoNationalIdentityNumberType withValue(HrisUpdateEmployeeRequestDtoNationalIdentityNumberValue value)
The type of the national identity number
-
withValue
public HrisUpdateEmployeeRequestDtoNationalIdentityNumberType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberValue> value)
The type of the national identity number
-
withSourceValue
public HrisUpdateEmployeeRequestDtoNationalIdentityNumberType withSourceValue(HrisUpdateEmployeeRequestDtoNationalIdentityNumberSourceValue sourceValue)
-
withSourceValue
public HrisUpdateEmployeeRequestDtoNationalIdentityNumberType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberSourceValue> 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
-
-