Class JobPostingStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingStatus
-
public class JobPostingStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobPostingStatus.Builder
-
Constructor Summary
Constructors Constructor Description JobPostingStatus()JobPostingStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostingStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JobPostingSourceValue>sourceValue()The source value of the job postings status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JobPostingValue>value()The status of the job postings.JobPostingStatuswithSourceValue(JobPostingSourceValue sourceValue)The source value of the job postings status.JobPostingStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingSourceValue> sourceValue)The source value of the job postings status.JobPostingStatuswithValue(JobPostingValue value)The status of the job postings.JobPostingStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingValue> value)The status of the job postings.
-
-
-
Constructor Detail
-
JobPostingStatus
public JobPostingStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingSourceValue> sourceValue)
-
JobPostingStatus
public JobPostingStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JobPostingValue> value()
The status of the job postings.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JobPostingSourceValue> sourceValue()
The source value of the job postings status.
-
builder
public static JobPostingStatus.Builder builder()
-
withValue
public JobPostingStatus withValue(JobPostingValue value)
The status of the job postings.
-
withValue
public JobPostingStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingValue> value)
The status of the job postings.
-
withSourceValue
public JobPostingStatus withSourceValue(JobPostingSourceValue sourceValue)
The source value of the job postings status.
-
withSourceValue
public JobPostingStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingSourceValue> sourceValue)
The source value of the job postings status.
-
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
-
-