Class HrisCreateEmployeeRequestDtoEmploymentEmploymentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoEmploymentEmploymentType
-
public class HrisCreateEmployeeRequestDtoEmploymentEmploymentType extends java.lang.ObjectHrisCreateEmployeeRequestDtoEmploymentEmploymentType - The type of employment (e.g., contractor, permanent)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoEmploymentEmploymentType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoEmploymentEmploymentType()HrisCreateEmployeeRequestDtoEmploymentEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoEmploymentEmploymentType
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> sourceValue)
-
HrisCreateEmployeeRequestDtoEmploymentEmploymentType
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value()
The type of the employment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> sourceValue()
The source value of the employment type.
-
builder
public static final HrisCreateEmployeeRequestDtoEmploymentEmploymentType.Builder builder()
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withValue(HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue value)
The type of the employment.
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value)
The type of the employment.
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withSourceValue(HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue sourceValue)
The source value of the employment type.
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> 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
-
-