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