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