Uses of Enum Class
com.mypurecloud.sdk.v2.model.SurveyQuestion.TypeEnum
Packages that use SurveyQuestion.TypeEnum
-
Uses of SurveyQuestion.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyQuestion.TypeEnumModifier and TypeMethodDescriptionstatic SurveyQuestion.TypeEnumSurveyQuestion.TypeEnum.fromString(String key) SurveyQuestion.getType()static SurveyQuestion.TypeEnumReturns the enum constant of this class with the specified name.static SurveyQuestion.TypeEnum[]SurveyQuestion.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type SurveyQuestion.TypeEnumModifier and TypeMethodDescriptionvoidSurveyQuestion.setType(SurveyQuestion.TypeEnum type) SurveyQuestion.type(SurveyQuestion.TypeEnum type)