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