Class EmploymentTypeType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmploymentTypeType
-
public class EmploymentTypeType extends java.lang.ObjectEmploymentTypeType - The type of employment (e.g., contractor, permanent)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentTypeType.Builder
-
Constructor Summary
Constructors Constructor Description EmploymentTypeType()EmploymentTypeType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmploymentTypeType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmploymentTypeSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmploymentTypeValue>value()EmploymentTypeTypewithSourceValue(EmploymentTypeSourceValue sourceValue)EmploymentTypeTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeSourceValue> sourceValue)EmploymentTypeTypewithValue(EmploymentTypeValue value)EmploymentTypeTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeValue> value)
-
-
-
Constructor Detail
-
EmploymentTypeType
public EmploymentTypeType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeSourceValue> sourceValue)
-
EmploymentTypeType
public EmploymentTypeType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmploymentTypeValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmploymentTypeSourceValue> sourceValue()
-
builder
public static final EmploymentTypeType.Builder builder()
-
withValue
public EmploymentTypeType withValue(EmploymentTypeValue value)
-
withValue
public EmploymentTypeType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeValue> value)
-
withSourceValue
public EmploymentTypeType withSourceValue(EmploymentTypeSourceValue sourceValue)
-
withSourceValue
public EmploymentTypeType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeSourceValue> sourceValue)
-
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
-
-