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