Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemStatusCreate
Packages that use WorkitemStatusCreate
Package
Description
-
Uses of WorkitemStatusCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WorkitemStatusCreateModifier and TypeMethodDescriptionTaskManagementApi.postTaskmanagementWorktypeStatuses(String worktypeId, WorkitemStatusCreate body) 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 WorkitemStatusCreateModifier and TypeMethodDescriptionTaskManagementApi.postTaskmanagementWorktypeStatuses(ApiRequest<WorkitemStatusCreate> request) Add a status to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeStatusesAsync(ApiRequest<WorkitemStatusCreate> request, AsyncApiCallback<ApiResponse<WorkitemStatus>> callback) Add a status to a worktype -
Uses of WorkitemStatusCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorkitemStatusCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorkitemStatusCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WorkitemStatusCreateModifier and TypeMethodDescriptionPostTaskmanagementWorktypeStatusesRequest.builder(String worktypeId, WorkitemStatusCreate body) voidPostTaskmanagementWorktypeStatusesRequest.setBody(WorkitemStatusCreate body) PostTaskmanagementWorktypeStatusesRequest.Builder.withBody(WorkitemStatusCreate body) PostTaskmanagementWorktypeStatusesRequest.withBody(WorkitemStatusCreate body) PostTaskmanagementWorktypeStatusesRequest.Builder.withRequiredParams(String worktypeId, WorkitemStatusCreate body) -
Uses of WorkitemStatusCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemStatusCreateModifier and TypeMethodDescriptionWorkitemStatusCreate.autoTerminateWorkitem(Boolean autoTerminateWorkitem) Terminate workitem on selection of status.WorkitemStatusCreate.category(WorkitemStatusCreate.CategoryEnum category) The Category of the Status.WorkitemStatusCreate.defaultDestinationStatusId(String defaultDestinationStatusId) Default destination status to which this Status will transition to if auto status transition enabled.WorkitemStatusCreate.description(String description) The description of the Status.WorkitemStatusCreate.destinationStatusIds(List<String> destinationStatusIds) A list of destination Statuses where a Workitem with this Status can transition to.The name of the Status.WorkitemStatusCreate.statusTransitionDelaySeconds(Integer statusTransitionDelaySeconds) Delay in seconds for auto status transition.WorkitemStatusCreate.statusTransitionTime(String statusTransitionTime) Time is represented as an ISO-8601 string without a timezone.