Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemStatusUpdate
Packages that use WorkitemStatusUpdate
Package
Description
-
Uses of WorkitemStatusUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WorkitemStatusUpdateModifier and TypeMethodDescriptionTaskManagementApi.patchTaskmanagementWorktypeStatus(String worktypeId, String statusId, WorkitemStatusUpdate body) Update the attributes of a statusTaskManagementApi.patchTaskmanagementWorktypeStatusWithHttpInfo(String worktypeId, String statusId, WorkitemStatusUpdate body) Update the attributes of a statusMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemStatusUpdateModifier and TypeMethodDescriptionTaskManagementApi.patchTaskmanagementWorktypeStatus(ApiRequest<WorkitemStatusUpdate> request) Update the attributes of a statusTaskManagementApiAsync.patchTaskmanagementWorktypeStatusAsync(ApiRequest<WorkitemStatusUpdate> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Update the attributes of a status -
Uses of WorkitemStatusUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorkitemStatusUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorkitemStatusUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WorkitemStatusUpdateModifier and TypeMethodDescriptionPatchTaskmanagementWorktypeStatusRequest.builder(String worktypeId, String statusId, WorkitemStatusUpdate body) voidPatchTaskmanagementWorktypeStatusRequest.setBody(WorkitemStatusUpdate body) PatchTaskmanagementWorktypeStatusRequest.Builder.withBody(WorkitemStatusUpdate body) PatchTaskmanagementWorktypeStatusRequest.withBody(WorkitemStatusUpdate body) PatchTaskmanagementWorktypeStatusRequest.Builder.withRequiredParams(String worktypeId, String statusId, WorkitemStatusUpdate body) -
Uses of WorkitemStatusUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemStatusUpdateModifier and TypeMethodDescriptionWorkitemStatusUpdate.autoTerminateWorkitem(Boolean autoTerminateWorkitem) Terminate workitem on selection of status.WorkitemStatusUpdate.defaultDestinationStatusId(String defaultDestinationStatusId) Default destination status to which this Status will transition to if auto status transition enabled.WorkitemStatusUpdate.description(String description) The description of the Status.WorkitemStatusUpdate.destinationStatusIds(List<String> destinationStatusIds) A list of destination Statuses where a Workitem with this Status can transition to.The name of the Status.WorkitemStatusUpdate.statusTransitionDelaySeconds(Integer statusTransitionDelaySeconds) Delay in seconds for auto status transition.WorkitemStatusUpdate.statusTransitionTime(String statusTransitionTime) Time is represented as an ISO-8601 string without a timezone.