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