Class UpdateEmployeeApiModelEmploymentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateEmployeeApiModelEmploymentType
-
public class UpdateEmployeeApiModelEmploymentType extends java.lang.ObjectUpdateEmployeeApiModelEmploymentType - The employee employment type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEmployeeApiModelEmploymentType.Builder
-
Constructor Summary
Constructors Constructor Description UpdateEmployeeApiModelEmploymentType()UpdateEmployeeApiModelEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateEmployeeApiModelEmploymentType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEmploymentTypeSourceValue>sourceValue()The source value of the employment type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEmploymentTypeValue>value()The type of the employment.UpdateEmployeeApiModelEmploymentTypewithSourceValue(UpdateEmployeeApiModelEmploymentTypeSourceValue sourceValue)The source value of the employment type.UpdateEmployeeApiModelEmploymentTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeSourceValue> sourceValue)The source value of the employment type.UpdateEmployeeApiModelEmploymentTypewithValue(UpdateEmployeeApiModelEmploymentTypeValue value)The type of the employment.UpdateEmployeeApiModelEmploymentTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeValue> value)The type of the employment.
-
-
-
Constructor Detail
-
UpdateEmployeeApiModelEmploymentType
public UpdateEmployeeApiModelEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeSourceValue> sourceValue)
-
UpdateEmployeeApiModelEmploymentType
public UpdateEmployeeApiModelEmploymentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEmploymentTypeValue> value()
The type of the employment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEmploymentTypeSourceValue> sourceValue()
The source value of the employment type.
-
builder
public static final UpdateEmployeeApiModelEmploymentType.Builder builder()
-
withValue
public UpdateEmployeeApiModelEmploymentType withValue(UpdateEmployeeApiModelEmploymentTypeValue value)
The type of the employment.
-
withValue
public UpdateEmployeeApiModelEmploymentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeValue> value)
The type of the employment.
-
withSourceValue
public UpdateEmployeeApiModelEmploymentType withSourceValue(UpdateEmployeeApiModelEmploymentTypeSourceValue sourceValue)
The source value of the employment type.
-
withSourceValue
public UpdateEmployeeApiModelEmploymentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentTypeSourceValue> sourceValue)
The source value of the employment type.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-