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