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