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