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