Uses of Enum Class
com.mypurecloud.sdk.v2.model.AssessmentFormQuestion.TypeEnum
Packages that use AssessmentFormQuestion.TypeEnum
-
Uses of AssessmentFormQuestion.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssessmentFormQuestion.TypeEnumModifier and TypeMethodDescriptionAssessmentFormQuestion.TypeEnum.fromString(String key) AssessmentFormQuestion.getType()Returns the enum constant of this class with the specified name.static AssessmentFormQuestion.TypeEnum[]AssessmentFormQuestion.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 AssessmentFormQuestion.TypeEnumModifier and TypeMethodDescriptionvoidAssessmentFormQuestion.setType(AssessmentFormQuestion.TypeEnum type) AssessmentFormQuestion.type(AssessmentFormQuestion.TypeEnum type)