Class HrisCreateEmployeeRequestDtoEmploymentContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoEmploymentContractType
-
@Deprecated public class HrisCreateEmployeeRequestDtoEmploymentContractType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateEmployeeRequestDtoEmploymentContractTypeThe employment work schedule type (e.g., full-time, part-time)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoEmploymentContractType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoEmploymentContractType()Deprecated.HrisCreateEmployeeRequestDtoEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoEmploymentContractType
public HrisCreateEmployeeRequestDtoEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue> sourceValue)
Deprecated.
-
HrisCreateEmployeeRequestDtoEmploymentContractType
public HrisCreateEmployeeRequestDtoEmploymentContractType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentContractTypeValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue> sourceValue()
Deprecated.
-
builder
public static final HrisCreateEmployeeRequestDtoEmploymentContractType.Builder builder()
Deprecated.
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentContractType withValue(HrisCreateEmployeeRequestDtoEmploymentContractTypeValue value)
Deprecated.
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentContractType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeValue> value)
Deprecated.
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentContractType withSourceValue(HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue sourceValue)
Deprecated.
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentContractType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue> 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
-
-