Package com.mypurecloud.sdk.v2.model
Class PatchSurveyQuestion
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchSurveyQuestion
- All Implemented Interfaces:
Serializable
PatchSurveyQuestion
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe customer property that the answer maps to.static enumType of survey question. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChoices available to user.customerProperty(PatchSurveyQuestion.CustomerPropertyEnum customerProperty) The customer property that the answer maps to.booleangetLabel()getType()inthashCode()isMandatory(Boolean isMandatory) Whether answering this question is mandatory.Label of question.voidsetChoices(List<String> choices) voidsetCustomerProperty(PatchSurveyQuestion.CustomerPropertyEnum customerProperty) voidsetIsMandatory(Boolean isMandatory) voidvoidtoString()Type of survey question.
-
Constructor Details
-
PatchSurveyQuestion
public PatchSurveyQuestion() -
PatchSurveyQuestion
-
-
Method Details
-
type
Type of survey question. -
getType
-
setType
-
label
Label of question. -
getLabel
-
setLabel
-
customerProperty
public PatchSurveyQuestion customerProperty(PatchSurveyQuestion.CustomerPropertyEnum customerProperty) The customer property that the answer maps to. -
getCustomerProperty
-
setCustomerProperty
-
choices
Choices available to user. -
getChoices
-
setChoices
-
isMandatory
Whether answering this question is mandatory. -
getIsMandatory
-
setIsMandatory
-
equals
-
hashCode
public int hashCode() -
toString
-