Class HrisUpdateEmployeeRequestDtoEmploymentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoEmploymentType
-
public class HrisUpdateEmployeeRequestDtoEmploymentType extends java.lang.ObjectHrisUpdateEmployeeRequestDtoEmploymentType - The employee employment type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoEmploymentType.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoEmploymentType()HrisUpdateEmployeeRequestDtoEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentTypeSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoEmploymentType
public HrisUpdateEmployeeRequestDtoEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentTypeSourceValue> sourceValue)
-
HrisUpdateEmployeeRequestDtoEmploymentType
public HrisUpdateEmployeeRequestDtoEmploymentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoEmploymentTypeValue> value()
The type of the employment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoEmploymentTypeSourceValue> sourceValue()
The source value of the employment type.
-
builder
public static final HrisUpdateEmployeeRequestDtoEmploymentType.Builder builder()
-
withValue
public HrisUpdateEmployeeRequestDtoEmploymentType withValue(HrisUpdateEmployeeRequestDtoEmploymentTypeValue value)
The type of the employment.
-
withValue
public HrisUpdateEmployeeRequestDtoEmploymentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentTypeValue> value)
The type of the employment.
-
withSourceValue
public HrisUpdateEmployeeRequestDtoEmploymentType withSourceValue(HrisUpdateEmployeeRequestDtoEmploymentTypeSourceValue sourceValue)
The source value of the employment type.
-
withSourceValue
public HrisUpdateEmployeeRequestDtoEmploymentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentTypeSourceValue> sourceValue)
The source value of the employment type.
-
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
-
-