Uses of Class
com.mypurecloud.sdk.v2.model.WorktypeReference
Packages that use WorktypeReference
-
Uses of WorktypeReference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorktypeReferenceModifier and TypeMethodDescriptionBulkJobAddWorkitemSummary.getType()Workitem.getType()WorkitemVersion.getType()WorkitemDateBasedRule.getWorktype()WorkitemOnAttributeChangeRule.getWorktype()WorkitemOnCreateRule.getWorktype()WorkitemStatus.getWorktype()The globally unique identifier for the object.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorktypeReferenceMethods in com.mypurecloud.sdk.v2.model with parameters of type WorktypeReferenceModifier and TypeMethodDescriptionvoidBulkJobAddWorkitemSummary.setType(WorktypeReference type) voidWorkitem.setType(WorktypeReference type) voidWorkitemVersion.setType(WorktypeReference type) voidWorkitemDateBasedRule.setWorktype(WorktypeReference worktype) voidWorkitemOnAttributeChangeRule.setWorktype(WorktypeReference worktype) voidWorkitemOnCreateRule.setWorktype(WorktypeReference worktype) voidWorkitemStatus.setWorktype(WorktypeReference worktype) BulkJobAddWorkitemSummary.type(WorktypeReference type) The worktype of the workitem.Workitem.type(WorktypeReference type) The Worktype of the Workitem.WorkitemVersion.type(WorktypeReference type) The Worktype of the Workitem.WorkitemDateBasedRule.worktype(WorktypeReference worktype) The Worktype containing the rule.WorkitemOnAttributeChangeRule.worktype(WorktypeReference worktype) The Worktype containing the rule.WorkitemOnCreateRule.worktype(WorktypeReference worktype) The Worktype containing the rule.WorkitemStatus.worktype(WorktypeReference worktype) The Worktype containing the Status.Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorktypeReferenceModifier and TypeMethodDescriptionvoidTaskManagementObservationDetailContainer.setTypeDetails(List<WorktypeReference> typeDetails) TaskManagementObservationDetailContainer.typeDetails(List<WorktypeReference> typeDetails) Information about worktypes referenced in the results.