Class EmploymentContractType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmploymentContractType
-
@Deprecated public class EmploymentContractType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentContractType - The employment work schedule type (e.g., full-time, part-time)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentContractType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description EmploymentContractType()Deprecated.EmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EmploymentContractType.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentContractTypeSourceValue>sourceValue()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentContractTypeValue>value()Deprecated.EmploymentContractTypewithSourceValue(EmployeeEmploymentContractTypeSourceValue sourceValue)Deprecated.EmploymentContractTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeSourceValue> sourceValue)Deprecated.EmploymentContractTypewithValue(EmployeeEmploymentContractTypeValue value)Deprecated.EmploymentContractTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeValue> value)Deprecated.
-
-
-
Constructor Detail
-
EmploymentContractType
public EmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeSourceValue> sourceValue)
Deprecated.
-
EmploymentContractType
public EmploymentContractType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentContractTypeValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeEmploymentContractTypeSourceValue> sourceValue()
Deprecated.
-
builder
public static final EmploymentContractType.Builder builder()
Deprecated.
-
withValue
public EmploymentContractType withValue(EmployeeEmploymentContractTypeValue value)
Deprecated.
-
withValue
public EmploymentContractType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeValue> value)
Deprecated.
-
withSourceValue
public EmploymentContractType withSourceValue(EmployeeEmploymentContractTypeSourceValue sourceValue)
Deprecated.
-
withSourceValue
public EmploymentContractType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeEmploymentContractTypeSourceValue> sourceValue)
Deprecated.
-
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
-
-