Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemStatusListing
Packages that use WorkitemStatusListing
-
Uses of WorkitemStatusListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkitemStatusListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeStatuses(GetTaskmanagementWorktypeStatusesRequest request) Get list of statuses for this worktype.TaskManagementApi.getTaskmanagementWorktypeStatuses(String worktypeId) Get list of statuses for this worktype.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkitemStatusListingModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeStatuses(ApiRequest<Void> request) Get list of statuses for this worktype.TaskManagementApiAsync.getTaskmanagementWorktypeStatusesAsync(GetTaskmanagementWorktypeStatusesRequest request, AsyncApiCallback<WorkitemStatusListing> callback) Get list of statuses for this worktype.TaskManagementApiAsync.getTaskmanagementWorktypeStatusesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemStatusListing>> callback) Get list of statuses for this worktype.TaskManagementApi.getTaskmanagementWorktypeStatusesWithHttpInfo(String worktypeId) Get list of statuses for this worktype.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemStatusListingModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorktypeStatusesAsync(GetTaskmanagementWorktypeStatusesRequest request, AsyncApiCallback<WorkitemStatusListing> callback) Get list of statuses for this worktype.TaskManagementApiAsync.getTaskmanagementWorktypeStatusesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemStatusListing>> callback) Get list of statuses for this worktype. -
Uses of WorkitemStatusListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemStatusListing