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