Class HrisCreateEmployeeRequestDtoMaritalStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoMaritalStatus
-
public class HrisCreateEmployeeRequestDtoMaritalStatus extends java.lang.ObjectHrisCreateEmployeeRequestDtoMaritalStatus - The employee marital status
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoMaritalStatus.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoMaritalStatus()HrisCreateEmployeeRequestDtoMaritalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoMaritalStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoMaritalStatusSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoMaritalStatus
public HrisCreateEmployeeRequestDtoMaritalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoMaritalStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoMaritalStatusSourceValue> sourceValue)
-
HrisCreateEmployeeRequestDtoMaritalStatus
public HrisCreateEmployeeRequestDtoMaritalStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoMaritalStatusValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoMaritalStatusSourceValue> sourceValue()
-
builder
public static final HrisCreateEmployeeRequestDtoMaritalStatus.Builder builder()
-
withValue
public HrisCreateEmployeeRequestDtoMaritalStatus withValue(HrisCreateEmployeeRequestDtoMaritalStatusValue value)
-
withValue
public HrisCreateEmployeeRequestDtoMaritalStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoMaritalStatusValue> value)
-
withSourceValue
public HrisCreateEmployeeRequestDtoMaritalStatus withSourceValue(HrisCreateEmployeeRequestDtoMaritalStatusSourceValue sourceValue)
-
withSourceValue
public HrisCreateEmployeeRequestDtoMaritalStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoMaritalStatusSourceValue> 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
-
-