Uses of Enum Class
com.mypurecloud.sdk.v2.model.Variable.ScopeEnum
Packages that use Variable.ScopeEnum
-
Uses of Variable.ScopeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Variable.ScopeEnumModifier and TypeMethodDescriptionstatic Variable.ScopeEnumVariable.ScopeEnum.fromString(String key) Variable.getScope()static Variable.ScopeEnumReturns the enum constant of this class with the specified name.static Variable.ScopeEnum[]Variable.ScopeEnum.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.ScopeEnumModifier and TypeMethodDescriptionVariable.scope(Variable.ScopeEnum scope) The scope that determines the variable's usage context within Guides runtime.voidVariable.setScope(Variable.ScopeEnum scope)