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