Class ConditionType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ConditionType
-
public class ConditionType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConditionType.Builder
-
Constructor Summary
Constructors Constructor Description ConditionType()ConditionType(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConditionType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<QuestionParentQuestionSourceValue>sourceValue()The source value of the question's condition typejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<QuestionParentQuestionValue>value()The type of the question's conditionConditionTypewithSourceValue(QuestionParentQuestionSourceValue sourceValue)The source value of the question's condition typeConditionTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionSourceValue> sourceValue)The source value of the question's condition typeConditionTypewithValue(QuestionParentQuestionValue value)The type of the question's conditionConditionTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionValue> value)The type of the question's condition
-
-
-
Constructor Detail
-
ConditionType
public ConditionType(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionSourceValue> sourceValue)
-
ConditionType
public ConditionType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<QuestionParentQuestionValue> value()
The type of the question's condition
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<QuestionParentQuestionSourceValue> sourceValue()
The source value of the question's condition type
-
builder
public static final ConditionType.Builder builder()
-
withValue
public ConditionType withValue(QuestionParentQuestionValue value)
The type of the question's condition
-
withValue
public ConditionType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionValue> value)
The type of the question's condition
-
withSourceValue
public ConditionType withSourceValue(QuestionParentQuestionSourceValue sourceValue)
The source value of the question's condition type
-
withSourceValue
public ConditionType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends QuestionParentQuestionSourceValue> sourceValue)
The source value of the question's condition 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
-
-