Uses of Class
com.mypurecloud.sdk.v2.model.WorkbinReference
Packages that use WorkbinReference
-
Uses of WorkbinReference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkbinReferenceModifier and TypeMethodDescriptionWorktype.getDefaultWorkbin()WorktypeVersion.getDefaultWorkbin()BulkJobAddWorkitemSummary.getWorkbin()Workitem.getWorkbin()WorkitemVersion.getWorkbin()The globally unique identifier for the object.Methods in com.mypurecloud.sdk.v2.model with parameters of type WorkbinReferenceModifier and TypeMethodDescriptionWorktype.defaultWorkbin(WorkbinReference defaultWorkbin) The default Workbin for Workitems created from the Worktype.WorktypeVersion.defaultWorkbin(WorkbinReference defaultWorkbin) The default Workbin for Workitems created from the Worktype.voidWorktype.setDefaultWorkbin(WorkbinReference defaultWorkbin) voidWorktypeVersion.setDefaultWorkbin(WorkbinReference defaultWorkbin) voidBulkJobAddWorkitemSummary.setWorkbin(WorkbinReference workbin) voidWorkitem.setWorkbin(WorkbinReference workbin) voidWorkitemVersion.setWorkbin(WorkbinReference workbin) BulkJobAddWorkitemSummary.workbin(WorkbinReference workbin) The workbin of the workitem.Workitem.workbin(WorkbinReference workbin) The Workbin that contains the Workitem.WorkitemVersion.workbin(WorkbinReference workbin) The Workbin that contains the Workitem.