Class HrisCreateEmploymentRequestDtoEmploymentContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoEmploymentContractType
-
@Deprecated public class HrisCreateEmploymentRequestDtoEmploymentContractType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateEmploymentRequestDtoEmploymentContractTypeThe employment work schedule type (e.g., full-time, part-time)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmploymentRequestDtoEmploymentContractType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description HrisCreateEmploymentRequestDtoEmploymentContractType()Deprecated.HrisCreateEmploymentRequestDtoEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmploymentRequestDtoEmploymentContractType
public HrisCreateEmploymentRequestDtoEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue> sourceValue)
Deprecated.
-
HrisCreateEmploymentRequestDtoEmploymentContractType
public HrisCreateEmploymentRequestDtoEmploymentContractType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentContractTypeValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue> sourceValue()
Deprecated.
-
builder
public static HrisCreateEmploymentRequestDtoEmploymentContractType.Builder builder()
Deprecated.
-
withValue
public HrisCreateEmploymentRequestDtoEmploymentContractType withValue(HrisCreateEmploymentRequestDtoEmploymentContractTypeValue value)
Deprecated.
-
withValue
public HrisCreateEmploymentRequestDtoEmploymentContractType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeValue> value)
Deprecated.
-
withSourceValue
public HrisCreateEmploymentRequestDtoEmploymentContractType withSourceValue(HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue sourceValue)
Deprecated.
-
withSourceValue
public HrisCreateEmploymentRequestDtoEmploymentContractType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue> sourceValue)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-