Class JobPostingEmploymentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingEmploymentType
-
public class JobPostingEmploymentType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingEmploymentType.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingEmploymentType()JobPostingEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingEmploymentType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentTypeSourceValue>sourceValue()The source value of the employment type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentTypeValue>value()The type of the employment.JobPostingEmploymentTypewithSourceValue(JobPostingEmploymentTypeSourceValue sourceValue)The source value of the employment type.JobPostingEmploymentTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeSourceValue> sourceValue)The source value of the employment type.JobPostingEmploymentTypewithValue(JobPostingEmploymentTypeValue value)The type of the employment.JobPostingEmploymentTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeValue> value)The type of the employment.
-
-
-
Constructor Detail
-
JobPostingEmploymentType
public JobPostingEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeSourceValue> sourceValue)
-
JobPostingEmploymentType
public JobPostingEmploymentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentTypeValue> value()
The type of the employment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JobPostingEmploymentTypeSourceValue> sourceValue()
The source value of the employment type.
-
builder
public static JobPostingEmploymentType.Builder builder()
-
withValue
public JobPostingEmploymentType withValue(JobPostingEmploymentTypeValue value)
The type of the employment.
-
withValue
public JobPostingEmploymentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeValue> value)
The type of the employment.
-
withSourceValue
public JobPostingEmploymentType withSourceValue(JobPostingEmploymentTypeSourceValue sourceValue)
The source value of the employment type.
-
withSourceValue
public JobPostingEmploymentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingEmploymentTypeSourceValue> 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
-
-