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