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