Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemWrapupEntityListing
Packages that use WorkitemWrapupEntityListing
-
Uses of WorkitemWrapupEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkitemWrapupEntityListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkitemUserWrapups(GetTaskmanagementWorkitemUserWrapupsRequest request) Get all wrapup codes added for the given user for a workitem.TaskManagementApi.getTaskmanagementWorkitemUserWrapups(String workitemId, String userId, String expands, String after, Integer pageSize, String sortOrder) Get all wrapup codes added for the given user for a workitem.TaskManagementApi.getTaskmanagementWorkitemWrapups(GetTaskmanagementWorkitemWrapupsRequest request) Get all wrapup codes added for all users for a workitem.TaskManagementApi.getTaskmanagementWorkitemWrapups(String workitemId, String expands, String after, Integer pageSize, String sortOrder) Get all wrapup codes added for all users for a workitem.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkitemWrapupEntityListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkitemUserWrapups(ApiRequest<Void> request) Get all wrapup codes added for the given user for a workitem.TaskManagementApiAsync.getTaskmanagementWorkitemUserWrapupsAsync(GetTaskmanagementWorkitemUserWrapupsRequest request, AsyncApiCallback<WorkitemWrapupEntityListing> callback) Get all wrapup codes added for the given user for a workitem.TaskManagementApiAsync.getTaskmanagementWorkitemUserWrapupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemWrapupEntityListing>> callback) Get all wrapup codes added for the given user for a workitem.TaskManagementApi.getTaskmanagementWorkitemUserWrapupsWithHttpInfo(String workitemId, String userId, String expands, String after, Integer pageSize, String sortOrder) Get all wrapup codes added for the given user for a workitem.TaskManagementApi.getTaskmanagementWorkitemWrapups(ApiRequest<Void> request) Get all wrapup codes added for all users for a workitem.TaskManagementApiAsync.getTaskmanagementWorkitemWrapupsAsync(GetTaskmanagementWorkitemWrapupsRequest request, AsyncApiCallback<WorkitemWrapupEntityListing> callback) Get all wrapup codes added for all users for a workitem.TaskManagementApiAsync.getTaskmanagementWorkitemWrapupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemWrapupEntityListing>> callback) Get all wrapup codes added for all users for a workitem.TaskManagementApi.getTaskmanagementWorkitemWrapupsWithHttpInfo(String workitemId, String expands, String after, Integer pageSize, String sortOrder) Get all wrapup codes added for all users for a workitem.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemWrapupEntityListingModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorkitemUserWrapupsAsync(GetTaskmanagementWorkitemUserWrapupsRequest request, AsyncApiCallback<WorkitemWrapupEntityListing> callback) Get all wrapup codes added for the given user for a workitem.TaskManagementApiAsync.getTaskmanagementWorkitemUserWrapupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemWrapupEntityListing>> callback) Get all wrapup codes added for the given user for a workitem.TaskManagementApiAsync.getTaskmanagementWorkitemWrapupsAsync(GetTaskmanagementWorkitemWrapupsRequest request, AsyncApiCallback<WorkitemWrapupEntityListing> callback) Get all wrapup codes added for all users for a workitem.TaskManagementApiAsync.getTaskmanagementWorkitemWrapupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemWrapupEntityListing>> callback) Get all wrapup codes added for all users for a workitem. -
Uses of WorkitemWrapupEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemWrapupEntityListingModifier and TypeMethodDescriptionWorkitemWrapupEntityListing.entities(List<WorkitemWrapup> entities) WorkitemWrapupEntityListing.previousUri(String previousUri)