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