Uses of Enum Class
com.mypurecloud.sdk.v2.model.PatchSurveyQuestion.TypeEnum
Packages that use PatchSurveyQuestion.TypeEnum
-
Uses of PatchSurveyQuestion.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchSurveyQuestion.TypeEnumModifier and TypeMethodDescriptionstatic PatchSurveyQuestion.TypeEnumPatchSurveyQuestion.TypeEnum.fromString(String key) PatchSurveyQuestion.getType()static PatchSurveyQuestion.TypeEnumReturns the enum constant of this class with the specified name.static PatchSurveyQuestion.TypeEnum[]PatchSurveyQuestion.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 PatchSurveyQuestion.TypeEnumModifier and TypeMethodDescriptionvoidPatchSurveyQuestion.setType(PatchSurveyQuestion.TypeEnum type) PatchSurveyQuestion.type(PatchSurveyQuestion.TypeEnum type) Type of survey question.