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