Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkitemUpdate.AssignmentOperationEnum
Packages that use WorkitemUpdate.AssignmentOperationEnum
-
Uses of WorkitemUpdate.AssignmentOperationEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemUpdate.AssignmentOperationEnumModifier and TypeMethodDescriptionWorkitemUpdate.AssignmentOperationEnum.fromString(String key) WorkitemUpdate.getAssignmentOperation()Returns the enum constant of this class with the specified name.WorkitemUpdate.AssignmentOperationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type WorkitemUpdate.AssignmentOperationEnumModifier and TypeMethodDescriptionWorkitemUpdate.assignmentOperation(WorkitemUpdate.AssignmentOperationEnum assignmentOperation) Set this value to AgentAssignmentAlerting and supply an 'assigneeId' to assign the workitem to an agent and alert the agent of the assignment.voidWorkitemUpdate.setAssignmentOperation(WorkitemUpdate.AssignmentOperationEnum assignmentOperation)