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