Class MaritalStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MaritalStatus
-
public class MaritalStatus extends java.lang.ObjectMaritalStatusThe employee marital status
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaritalStatus.Builder
-
Constructor Summary
Constructors Constructor Description MaritalStatus()MaritalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaritalStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmployeeMaritalStatusSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmployeeMaritalStatusValue>value()MaritalStatuswithSourceValue(EmployeeMaritalStatusSourceValue sourceValue)MaritalStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusSourceValue> sourceValue)MaritalStatuswithValue(EmployeeMaritalStatusValue value)MaritalStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusValue> value)
-
-
-
Constructor Detail
-
MaritalStatus
public MaritalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusSourceValue> sourceValue)
-
MaritalStatus
public MaritalStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeMaritalStatusValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeMaritalStatusSourceValue> sourceValue()
-
builder
public static final MaritalStatus.Builder builder()
-
withValue
public MaritalStatus withValue(EmployeeMaritalStatusValue value)
-
withValue
public MaritalStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusValue> value)
-
withSourceValue
public MaritalStatus withSourceValue(EmployeeMaritalStatusSourceValue sourceValue)
-
withSourceValue
public MaritalStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeMaritalStatusSourceValue> 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
-
-