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