Class ConditionType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ConditionType.Builder
-
- Enclosing class:
- ConditionType
public static final class ConditionType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionTypebuild()ConditionType.BuildersourceValue(QuestionParentQuestionSourceValue sourceValue)The source value of the question's condition typeConditionType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionSourceValue> sourceValue)The source value of the question's condition typeConditionType.Buildervalue(QuestionParentQuestionValue value)The type of the question's conditionConditionType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionValue> value)The type of the question's condition
-
-
-
Method Detail
-
value
public ConditionType.Builder value(QuestionParentQuestionValue value)
The type of the question's condition
-
value
public ConditionType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionValue> value)
The type of the question's condition
-
sourceValue
public ConditionType.Builder sourceValue(QuestionParentQuestionSourceValue sourceValue)
The source value of the question's condition type
-
sourceValue
public ConditionType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionSourceValue> sourceValue)
The source value of the question's condition type
-
build
public ConditionType build()
-
-