Uses of Class
com.mypurecloud.sdk.v2.model.Variable
Packages that use Variable
-
Uses of Variable in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return VariableModifier and TypeMethodDescriptionVariable.description(String description) The description of the variable used by Guides runtime for input/output handling.Variable.listValues(Object listValues) The values configuration for List variables.Variable.listVariables(List<Variable> listVariables) The variables that the list result will be stored in.The name of the variable.Variable.scope(Variable.ScopeEnum scope) The scope that determines the variable's usage context within Guides runtime.Variable.type(Variable.TypeEnum type) The data type of the variable.Variable.validation(Object validation) The validation configuration for the variable.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type VariableModifier and TypeMethodDescriptionVariable.getListVariables()CreateGuideVersion.getVariables()GeneratedGuideContent.getVariables()GuideVersion.getVariables()UpdateGuideVersion.getVariables()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type VariableModifier and TypeMethodDescriptionVariable.listVariables(List<Variable> listVariables) The variables that the list result will be stored in.voidVariable.setListVariables(List<Variable> listVariables) voidCreateGuideVersion.setVariables(List<Variable> variables) voidUpdateGuideVersion.setVariables(List<Variable> variables) The variables associated with this version of the guide.The variables associated with this version of the guide.