Class ParentQuestion
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ParentQuestion
-
public class ParentQuestion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParentQuestion.Builder
-
Constructor Summary
Constructors Constructor Description ParentQuestion()ParentQuestion(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> optionIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOptionIds, org.openapitools.jackson.nullable.JsonNullable<? extends ConditionType> conditionType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParentQuestion.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<ConditionType>conditionType()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>optionIds()List of parent questions's option IDsorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteOptionIds()Provider's list of parent questions's option IDsjava.lang.StringtoString()ParentQuestionwithConditionType(ConditionType conditionType)ParentQuestionwithConditionType(org.openapitools.jackson.nullable.JsonNullable<? extends ConditionType> conditionType)ParentQuestionwithId(java.lang.String id)Unique identifierParentQuestionwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierParentQuestionwithOptionIds(java.util.List<java.lang.String> optionIds)List of parent questions's option IDsParentQuestionwithOptionIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> optionIds)List of parent questions's option IDsParentQuestionwithRemoteId(java.lang.String remoteId)Provider's unique identifierParentQuestionwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierParentQuestionwithRemoteOptionIds(java.util.List<java.lang.String> remoteOptionIds)Provider's list of parent questions's option IDsParentQuestionwithRemoteOptionIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOptionIds)Provider's list of parent questions's option IDs
-
-
-
Constructor Detail
-
ParentQuestion
public ParentQuestion(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> optionIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOptionIds, org.openapitools.jackson.nullable.JsonNullable<? extends ConditionType> conditionType)
-
ParentQuestion
public ParentQuestion()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
optionIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> optionIds()
List of parent questions's option IDs
-
remoteOptionIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteOptionIds()
Provider's list of parent questions's option IDs
-
conditionType
public org.openapitools.jackson.nullable.JsonNullable<ConditionType> conditionType()
-
builder
public static ParentQuestion.Builder builder()
-
withId
public ParentQuestion withId(java.lang.String id)
Unique identifier
-
withId
public ParentQuestion withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public ParentQuestion withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public ParentQuestion withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withOptionIds
public ParentQuestion withOptionIds(java.util.List<java.lang.String> optionIds)
List of parent questions's option IDs
-
withOptionIds
public ParentQuestion withOptionIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> optionIds)
List of parent questions's option IDs
-
withRemoteOptionIds
public ParentQuestion withRemoteOptionIds(java.util.List<java.lang.String> remoteOptionIds)
Provider's list of parent questions's option IDs
-
withRemoteOptionIds
public ParentQuestion withRemoteOptionIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteOptionIds)
Provider's list of parent questions's option IDs
-
withConditionType
public ParentQuestion withConditionType(ConditionType conditionType)
-
withConditionType
public ParentQuestion withConditionType(org.openapitools.jackson.nullable.JsonNullable<? extends ConditionType> conditionType)
-
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
-
-