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