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