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