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