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