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