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