Class JobPostingContentSectionType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobPostingContentSectionType.Builder
-
- Enclosing class:
- JobPostingContentSectionType
public static final class JobPostingContentSectionType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobPostingContentSectionTypebuild()JobPostingContentSectionType.BuildersourceValue(JobPostingContentSectionSourceValue sourceValue)The source value of the description type.JobPostingContentSectionType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContentSectionSourceValue> sourceValue)The source value of the description type.JobPostingContentSectionType.Buildervalue(JobPostingContentSectionValue value)The type of the description.JobPostingContentSectionType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContentSectionValue> value)The type of the description.
-
-
-
Method Detail
-
value
public JobPostingContentSectionType.Builder value(JobPostingContentSectionValue value)
The type of the description.
-
value
public JobPostingContentSectionType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContentSectionValue> value)
The type of the description.
-
sourceValue
public JobPostingContentSectionType.Builder sourceValue(JobPostingContentSectionSourceValue sourceValue)
The source value of the description type.
-
sourceValue
public JobPostingContentSectionType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JobPostingContentSectionSourceValue> sourceValue)
The source value of the description type.
-
build
public JobPostingContentSectionType build()
-
-