Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemCommonCreate
Packages that use WorkitemCommonCreate
-
Uses of WorkitemCommonCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemCommonCreateModifier and TypeMethodDescriptionWorkitemCommonCreate.assigneeId(String assigneeId) The ID of the assignee of the Workitem.WorkitemCommonCreate.autoStatusTransition(Boolean autoStatusTransition) Set it to false to disable auto status transition.WorkitemCommonCreate.customFields(Map<String, Object> customFields) Custom fields defined in the schema referenced by the worktype of the workitem.The due date of the Workitem.WorkitemCommonCreate.dateExpires(Date dateExpires) The expiry date of the Workitem.WorkitemCommonCreate.description(String description) The description of the Workitem.WorkitemCommonCreate.durationSeconds(Integer durationSeconds) The estimated duration in seconds to complete the Workitem.WorkitemCommonCreate.externalContactId(String externalContactId) The ID of the external contact of the Workitem.WorkitemCommonCreate.externalTag(String externalTag) The external tag of the Workitem.WorkitemCommonCreate.languageId(String languageId) The ID of language of the Workitem.The name of the Workitem.The priority of the Workitem.The ID of the Workitems queue.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.The ID of Workbin that contains the Workitem.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemCommonCreateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemCommonCreateModifier and TypeMethodDescriptionBulkJobAddRequest.entities(List<WorkitemCommonCreate> entities) The list of workitem entities to create.voidBulkJobAddRequest.setEntities(List<WorkitemCommonCreate> entities)