Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemCreate
Packages that use WorkitemCreate
Package
Description
-
Uses of WorkitemCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WorkitemCreateModifier and TypeMethodDescriptionTaskManagementApi.postTaskmanagementWorkitems(WorkitemCreate body) Create a workitemTaskManagementApi.postTaskmanagementWorkitemsWithHttpInfo(WorkitemCreate body) Create a workitemMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemCreateModifier and TypeMethodDescriptionTaskManagementApi.postTaskmanagementWorkitems(ApiRequest<WorkitemCreate> request) Create a workitemTaskManagementApiAsync.postTaskmanagementWorkitemsAsync(ApiRequest<WorkitemCreate> request, AsyncApiCallback<ApiResponse<Workitem>> callback) Create a workitem -
Uses of WorkitemCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorkitemCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorkitemCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WorkitemCreateModifier and TypeMethodDescriptionPostTaskmanagementWorkitemsRequest.builder(WorkitemCreate body) voidPostTaskmanagementWorkitemsRequest.setBody(WorkitemCreate body) PostTaskmanagementWorkitemsRequest.Builder.withBody(WorkitemCreate body) PostTaskmanagementWorkitemsRequest.withBody(WorkitemCreate body) PostTaskmanagementWorkitemsRequest.Builder.withRequiredParams(WorkitemCreate body) -
Uses of WorkitemCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemCreateModifier and TypeMethodDescriptionWorkitemCreate.assigneeId(String assigneeId) The ID of the assignee of the Workitem.WorkitemCreate.autoStatusTransition(Boolean autoStatusTransition) Set it to false to disable auto status transition.WorkitemCreate.customFields(Map<String, Object> customFields) Custom fields defined in the schema referenced by the worktype of the workitem.The due date of the Workitem.WorkitemCreate.dateExpires(Date dateExpires) The expiry date of the Workitem.WorkitemCreate.description(String description) The description of the Workitem.WorkitemCreate.durationSeconds(Integer durationSeconds) The estimated duration in seconds to complete the Workitem.WorkitemCreate.externalContactId(String externalContactId) The ID of the external contact of the Workitem.WorkitemCreate.externalTag(String externalTag) The external tag of the Workitem.WorkitemCreate.languageId(String languageId) The ID of language of the Workitem.The name of the Workitem.WorkitemCreate.preferredAgentIds(List<String> preferredAgentIds) The preferred agent IDs of the Workitem.The priority of the Workitem.The ID of the Workitems queue.WorkitemCreate.scoredAgents(List<WorkitemScoredAgentRequest> scoredAgents) A list of scored agents for the Workitem.The ID of the Workitems script.The skill IDs of the Workitem.The ID of the Status of the Workitem.The epoch timestamp in seconds specifying the time to live for the Workitem.The ID of the Worktype of the Workitem.WorkitemCreate.utilizationLabelId(String utilizationLabelId) The ID of utilization label of the Workitem.The ID of Workbin that contains the Workitem.WorkitemCreate.wrapupCode(String wrapupCode) The ID of the wrapup.