Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemVersion
Packages that use WorkitemVersion
-
Uses of WorkitemVersion in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkitemVersionModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkitemVersion(GetTaskmanagementWorkitemVersionRequest request) Get a version of a workitemTaskManagementApi.getTaskmanagementWorkitemVersion(String workitemId, Integer entityVersion) Get a version of a workitemMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkitemVersionModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkitemVersion(ApiRequest<Void> request) Get a version of a workitemTaskManagementApiAsync.getTaskmanagementWorkitemVersionAsync(GetTaskmanagementWorkitemVersionRequest request, AsyncApiCallback<WorkitemVersion> callback) Get a version of a workitemTaskManagementApiAsync.getTaskmanagementWorkitemVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemVersion>> callback) Get a version of a workitemTaskManagementApi.getTaskmanagementWorkitemVersionWithHttpInfo(String workitemId, Integer entityVersion) Get a version of a workitemMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemVersionModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorkitemVersionAsync(GetTaskmanagementWorkitemVersionRequest request, AsyncApiCallback<WorkitemVersion> callback) Get a version of a workitemTaskManagementApiAsync.getTaskmanagementWorkitemVersionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemVersion>> callback) Get a version of a workitem -
Uses of WorkitemVersion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemVersionModifier and TypeMethodDescriptionWorkitemVersion.alertTimeoutSeconds(Integer alertTimeoutSeconds) The duration in seconds before an alert will timeout.WorkitemVersion.assignee(UserReferenceWithName assignee) The assignee of the Workitem.WorkitemVersion.assignmentState(WorkitemVersion.AssignmentStateEnum assignmentState) The assignment state of the workitem.WorkitemVersion.autoStatusTransition(Boolean autoStatusTransition) Set it to false to disable auto status transition.WorkitemVersion.autoStatusTransitionDetail(AutoStatusTransitionDetail autoStatusTransitionDetail) Auto status transition details of Workitem.WorkitemVersion.customFields(Map<String, Object> customFields) Custom fields defined in the schema referenced by the Workitem.WorkitemVersion.dateAssignmentStateChanged(Date dateAssignmentStateChanged) The assignment state change date.WorkitemVersion.dateClosed(Date dateClosed) The date the Workitem was closed.WorkitemVersion.dateCreated(Date dateCreated) The creation date of the Workitem.The due date of the Workitem.WorkitemVersion.dateExpires(Date dateExpires) The expiry date of the Workitem.WorkitemVersion.dateModified(Date dateModified) The modified date of the Workitem.WorkitemVersion.dateStatusChanged(Date dateStatusChanged) The State change date.WorkitemVersion.description(String description) The description of the Workitem.The division to which this entity belongs.WorkitemVersion.durationSeconds(Integer durationSeconds) The estimated duration in seconds to complete the workitem.WorkitemVersion.externalContact(ExternalContactReference externalContact) The external contact of the Workitem.WorkitemVersion.externalTag(String externalTag) The external tag of the Workitem.WorkitemVersion.language(LanguageReference language) The language of the Workitem.WorkitemVersion.modifiedBy(UserReference modifiedBy) The User who modified the Workitem.The name of the Workitem.WorkitemVersion.preferredAgents(List<UserReference> preferredAgents) The preferred agents of the Workitem.The priority of the Workitem.WorkitemVersion.queue(WorkitemQueueReference queue) The Workitems queue.WorkitemVersion.reporter(UserReferenceWithName reporter) The reporter of the Workitem.WorkitemVersion.schema(WorkitemSchema schema) The schema defining the custom fields of the Workitem.WorkitemVersion.scoredAgents(List<WorkitemScoredAgent> scoredAgents) A list of scored agents for the Workitem.WorkitemVersion.script(WorkitemScriptReference script) The script that will be executed for the Workitem.WorkitemVersion.skills(List<RoutingSkillReference> skills) The skills of the Workitem.WorkitemVersion.status(WorkitemStatusReference status) The current Status of the Workitem.WorkitemVersion.statusCategory(WorkitemVersion.StatusCategoryEnum statusCategory) The Category of the current Status of the Workitem.The time to live of the Workitem in seconds.WorkitemVersion.type(WorktypeReference type) The Worktype of the Workitem.WorkitemVersion.utilizationLabel(WorkitemUtilizationLabelReference utilizationLabel) The utilization label of the Workitem.VersionWorkitemVersion.workbin(WorkbinReference workbin) The Workbin that contains the Workitem.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemVersionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemVersionModifier and TypeMethodDescriptionWorkitemVersionListing.entities(List<WorkitemVersion> entities) voidWorkitemVersionListing.setEntities(List<WorkitemVersion> entities)