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