Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemStatus
Packages that use WorkitemStatus
-
Uses of WorkitemStatus in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkitemStatusModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeStatus(GetTaskmanagementWorktypeStatusRequest request) Get a statusTaskManagementApi.getTaskmanagementWorktypeStatus(String worktypeId, String statusId) Get a statusTaskManagementApi.patchTaskmanagementWorktypeStatus(PatchTaskmanagementWorktypeStatusRequest request) Update the attributes of a statusTaskManagementApi.patchTaskmanagementWorktypeStatus(String worktypeId, String statusId, WorkitemStatusUpdate body) Update the attributes of a statusTaskManagementApi.postTaskmanagementWorktypeStatuses(PostTaskmanagementWorktypeStatusesRequest request) Add a status to a worktypeTaskManagementApi.postTaskmanagementWorktypeStatuses(String worktypeId, WorkitemStatusCreate body) Add a status to a worktypeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkitemStatusModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeStatus(ApiRequest<Void> request) Get a statusTaskManagementApiAsync.getTaskmanagementWorktypeStatusAsync(GetTaskmanagementWorktypeStatusRequest request, AsyncApiCallback<WorkitemStatus> callback) Get a statusTaskManagementApiAsync.getTaskmanagementWorktypeStatusAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Get a statusTaskManagementApi.getTaskmanagementWorktypeStatusWithHttpInfo(String worktypeId, String statusId) Get a statusTaskManagementApi.patchTaskmanagementWorktypeStatus(ApiRequest<WorkitemStatusUpdate> request) Update the attributes of a statusTaskManagementApiAsync.patchTaskmanagementWorktypeStatusAsync(PatchTaskmanagementWorktypeStatusRequest request, AsyncApiCallback<WorkitemStatus> callback) Update the attributes of a statusTaskManagementApiAsync.patchTaskmanagementWorktypeStatusAsync(ApiRequest<WorkitemStatusUpdate> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Update the attributes of a statusTaskManagementApi.patchTaskmanagementWorktypeStatusWithHttpInfo(String worktypeId, String statusId, WorkitemStatusUpdate body) Update the attributes of a statusTaskManagementApi.postTaskmanagementWorktypeStatuses(ApiRequest<WorkitemStatusCreate> request) Add a status to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeStatusesAsync(PostTaskmanagementWorktypeStatusesRequest request, AsyncApiCallback<WorkitemStatus> callback) Add a status to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeStatusesAsync(ApiRequest<WorkitemStatusCreate> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Add a status to a worktypeTaskManagementApi.postTaskmanagementWorktypeStatusesWithHttpInfo(String worktypeId, WorkitemStatusCreate body) Add a status to a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemStatusModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorktypeStatusAsync(GetTaskmanagementWorktypeStatusRequest request, AsyncApiCallback<WorkitemStatus> callback) Get a statusTaskManagementApiAsync.getTaskmanagementWorktypeStatusAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Get a statusTaskManagementApiAsync.patchTaskmanagementWorktypeStatusAsync(PatchTaskmanagementWorktypeStatusRequest request, AsyncApiCallback<WorkitemStatus> callback) Update the attributes of a statusTaskManagementApiAsync.patchTaskmanagementWorktypeStatusAsync(ApiRequest<WorkitemStatusUpdate> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Update the attributes of a statusTaskManagementApiAsync.postTaskmanagementWorktypeStatusesAsync(PostTaskmanagementWorktypeStatusesRequest request, AsyncApiCallback<WorkitemStatus> callback) Add a status to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeStatusesAsync(ApiRequest<WorkitemStatusCreate> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Add a status to a worktype -
Uses of WorkitemStatus in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemStatusModifier and TypeMethodDescriptionWorkitemStatus.autoTerminateWorkitem(Boolean autoTerminateWorkitem) Terminate workitem on selection of status.WorkitemStatus.category(WorkitemStatus.CategoryEnum category) The Category of the Status.WorkitemStatus.defaultDestinationStatus(WorkitemStatusReference defaultDestinationStatus) Default destination status to which this Status will transition to if auto status transition enabled.WorkitemStatus.description(String description) The description of the Status.WorkitemStatus.destinationStatuses(List<WorkitemStatusReference> destinationStatuses) The Statuses the Status can transition to.WorkitemStatus.statusTransitionDelaySeconds(Integer statusTransitionDelaySeconds) Delay in seconds for auto status transitionWorkitemStatus.statusTransitionTime(String statusTransitionTime) Time is represented as an ISO-8601 string without a timezone.WorkitemStatus.worktype(WorktypeReference worktype) The Worktype containing the Status.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemStatusModifier and TypeMethodDescriptionWorkitemStatusListing.getEntities()Worktype.getStatuses()WorktypeVersion.getStatuses()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemStatusModifier and TypeMethodDescriptionWorkitemStatusListing.entities(List<WorkitemStatus> entities) voidWorkitemStatusListing.setEntities(List<WorkitemStatus> entities) voidWorktype.setStatuses(List<WorkitemStatus> statuses) voidWorktypeVersion.setStatuses(List<WorkitemStatus> statuses) Worktype.statuses(List<WorkitemStatus> statuses) The list of possible statuses for Workitems created from the Worktype.WorktypeVersion.statuses(List<WorkitemStatus> statuses) The list of possible statuses for Workitems created from the Worktype.