Class HrisCreateEmployeeRequestDtoEmploymentEmploymentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoEmploymentEmploymentType
-
@Deprecated public class HrisCreateEmployeeRequestDtoEmploymentEmploymentType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeThe type of employment (e.g., contractor, permanent)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoEmploymentEmploymentType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoEmploymentEmploymentType()Deprecated.HrisCreateEmployeeRequestDtoEmploymentEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoEmploymentEmploymentType
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> sourceValue)
Deprecated.
-
HrisCreateEmployeeRequestDtoEmploymentEmploymentType
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value()
Deprecated.The type of the employment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> sourceValue()
Deprecated.The source value of the employment type.
-
builder
public static HrisCreateEmployeeRequestDtoEmploymentEmploymentType.Builder builder()
Deprecated.
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withValue(HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue value)
Deprecated.The type of the employment.
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeValue> value)
Deprecated.The type of the employment.
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withSourceValue(HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue sourceValue)
Deprecated.The source value of the employment type.
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentEmploymentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentTypeSourceValue> 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
-
-