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