Class UpdateEmployeeApiModelEmploymentEmploymentContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateEmployeeApiModelEmploymentEmploymentContractType
-
public class UpdateEmployeeApiModelEmploymentEmploymentContractType extends java.lang.ObjectUpdateEmployeeApiModelEmploymentEmploymentContractType - The employment work schedule type (e.g., full-time, part-time)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEmployeeApiModelEmploymentEmploymentContractType.Builder
-
Constructor Summary
Constructors Constructor Description UpdateEmployeeApiModelEmploymentEmploymentContractType()UpdateEmployeeApiModelEmploymentEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentEmploymentContractTypeSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
UpdateEmployeeApiModelEmploymentEmploymentContractType
public UpdateEmployeeApiModelEmploymentEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentEmploymentContractTypeSourceValue> sourceValue)
-
UpdateEmployeeApiModelEmploymentEmploymentContractType
public UpdateEmployeeApiModelEmploymentEmploymentContractType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEmploymentEmploymentContractTypeValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEmploymentEmploymentContractTypeSourceValue> sourceValue()
-
builder
public static final UpdateEmployeeApiModelEmploymentEmploymentContractType.Builder builder()
-
withValue
public UpdateEmployeeApiModelEmploymentEmploymentContractType withValue(UpdateEmployeeApiModelEmploymentEmploymentContractTypeValue value)
-
withValue
public UpdateEmployeeApiModelEmploymentEmploymentContractType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentEmploymentContractTypeValue> value)
-
withSourceValue
public UpdateEmployeeApiModelEmploymentEmploymentContractType withSourceValue(UpdateEmployeeApiModelEmploymentEmploymentContractTypeSourceValue sourceValue)
-
withSourceValue
public UpdateEmployeeApiModelEmploymentEmploymentContractType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentEmploymentContractTypeSourceValue> sourceValue)
-
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
-
-