Class EmploymentStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmploymentStatus
-
public class EmploymentStatus extends java.lang.ObjectEmploymentStatusThe employee employment status
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentStatus.Builder
-
Constructor Summary
Constructors Constructor Description EmploymentStatus()EmploymentStatus(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmploymentStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentStatusSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentStatusValue>value()EmploymentStatuswithSourceValue(EmployeeEmploymentStatusSourceValue sourceValue)EmploymentStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusSourceValue> sourceValue)EmploymentStatuswithValue(EmployeeEmploymentStatusValue value)EmploymentStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusValue> value)
-
-
-
Constructor Detail
-
EmploymentStatus
public EmploymentStatus(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusSourceValue> sourceValue)
-
EmploymentStatus
public EmploymentStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentStatusValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentStatusSourceValue> sourceValue()
-
builder
public static EmploymentStatus.Builder builder()
-
withValue
public EmploymentStatus withValue(EmployeeEmploymentStatusValue value)
-
withValue
public EmploymentStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusValue> value)
-
withSourceValue
public EmploymentStatus withSourceValue(EmployeeEmploymentStatusSourceValue sourceValue)
-
withSourceValue
public EmploymentStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentStatusSourceValue> 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
-
-