Class HrisUpdateEmploymentRequestDtoEmploymentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmploymentRequestDtoEmploymentType
-
@Deprecated public class HrisUpdateEmploymentRequestDtoEmploymentType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.HrisUpdateEmploymentRequestDtoEmploymentTypeThe type of employment (e.g., contractor, permanent)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmploymentRequestDtoEmploymentType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmploymentRequestDtoEmploymentType()Deprecated.HrisUpdateEmploymentRequestDtoEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HrisUpdateEmploymentRequestDtoEmploymentType.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue>sourceValue()Deprecated.The source value of the employment type.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoEmploymentTypeValue>value()Deprecated.The type of the employment.HrisUpdateEmploymentRequestDtoEmploymentTypewithSourceValue(HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue sourceValue)Deprecated.The source value of the employment type.HrisUpdateEmploymentRequestDtoEmploymentTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)Deprecated.The source value of the employment type.HrisUpdateEmploymentRequestDtoEmploymentTypewithValue(HrisUpdateEmploymentRequestDtoEmploymentTypeValue value)Deprecated.The type of the employment.HrisUpdateEmploymentRequestDtoEmploymentTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeValue> value)Deprecated.The type of the employment.
-
-
-
Constructor Detail
-
HrisUpdateEmploymentRequestDtoEmploymentType
public HrisUpdateEmploymentRequestDtoEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)
Deprecated.
-
HrisUpdateEmploymentRequestDtoEmploymentType
public HrisUpdateEmploymentRequestDtoEmploymentType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoEmploymentTypeValue> value()
Deprecated.The type of the employment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue()
Deprecated.The source value of the employment type.
-
builder
public static final HrisUpdateEmploymentRequestDtoEmploymentType.Builder builder()
Deprecated.
-
withValue
public HrisUpdateEmploymentRequestDtoEmploymentType withValue(HrisUpdateEmploymentRequestDtoEmploymentTypeValue value)
Deprecated.The type of the employment.
-
withValue
public HrisUpdateEmploymentRequestDtoEmploymentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeValue> value)
Deprecated.The type of the employment.
-
withSourceValue
public HrisUpdateEmploymentRequestDtoEmploymentType withSourceValue(HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue sourceValue)
Deprecated.The source value of the employment type.
-
withSourceValue
public HrisUpdateEmploymentRequestDtoEmploymentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)
Deprecated.The source value of the employment type.
-
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
-
-