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