Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemScriptReference
Packages that use WorkitemScriptReference
-
Uses of WorkitemScriptReference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemScriptReferenceModifier and TypeMethodDescriptionWorktype.getDefaultScript()WorktypeVersion.getDefaultScript()Workitem.getScript()WorkitemVersion.getScript()The globally unique identifier for the object.Methods in com.mypurecloud.sdk.v2.model with parameters of type WorkitemScriptReferenceModifier and TypeMethodDescriptionWorktype.defaultScript(WorkitemScriptReference defaultScript) The default script for Workitems created from the Worktype.WorktypeVersion.defaultScript(WorkitemScriptReference defaultScript) The default script for Workitems created from the Worktype.Workitem.script(WorkitemScriptReference script) The script that will be executed for the Workitem.WorkitemVersion.script(WorkitemScriptReference script) The script that will be executed for the Workitem.voidWorktype.setDefaultScript(WorkitemScriptReference defaultScript) voidWorktypeVersion.setDefaultScript(WorkitemScriptReference defaultScript) voidWorkitem.setScript(WorkitemScriptReference script) voidWorkitemVersion.setScript(WorkitemScriptReference script)