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