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