Uses of Class
com.mypurecloud.sdk.v2.api.request.PostTaskmanagementWorkitemsQueryRequest
Packages that use PostTaskmanagementWorkitemsQueryRequest
-
Uses of PostTaskmanagementWorkitemsQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostTaskmanagementWorkitemsQueryRequestModifier and TypeMethodDescriptionTaskManagementApi.postTaskmanagementWorkitemsQuery(PostTaskmanagementWorkitemsQueryRequest request) Query for workitems This query requires at least one EQ filter on the workbinId, assigneeId, queueId or typeId attributes.TaskManagementApiAsync.postTaskmanagementWorkitemsQueryAsync(PostTaskmanagementWorkitemsQueryRequest request, AsyncApiCallback<WorkitemPostQueryEntityListing> callback) Query for workitems This query requires at least one EQ filter on the workbinId, assigneeId, queueId or typeId attributes. -
Uses of PostTaskmanagementWorkitemsQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostTaskmanagementWorkitemsQueryRequestModifier and TypeMethodDescriptionPostTaskmanagementWorkitemsQueryRequest.Builder.build()PostTaskmanagementWorkitemsQueryRequest.withBody(WorkitemQueryPostRequest body) PostTaskmanagementWorkitemsQueryRequest.withCustomHeader(String name, String value)