Package com.novomind.ecom.api.imail.routing.operation.recategorization
-
Interface Summary Interface Description AutoTicketRecategorizationOperation Represents an operation to recategorize a ticket automatically.AutoTicketRecategorizationOperationResult This interface represents the result of a successfulAutoTicketRecategorizationOperation
RecategorizationOperationBuilder The RecategorizationOperationBuilder provides specific builders to build a recategorization operation on a ticket.RecategorizationOperationBuilder.WithTicket RecategorizationOperationBuilder.WithTicket.WithCategory RecategorizationOperationBuilder.WithTicket.WithCategory.AsSupervisor RecategorizationOperationBuilder.WithTicket.WithCategory.Auto SupervisorTicketRecategorizationOperation Represents an operation to recategorize a ticket for a supervisor.SupervisorTicketRecategorizationOperationResult This interface represents the result of a successfulSupervisorTicketRecategorizationOperation
-
Exception Summary Exception Description AutoTicketRecategorizationOperationFailedException AnAutoTicketRecategorizationOperationFailedException
is thrown by anAutoTicketRecategorizationOperation
if the operation execution has failed.SupervisorTicketRecategorizationOperationFailedException AnSupervisorTicketRecategorizationOperationFailedException
is thrown by aSupervisorTicketRecategorizationOperation
if the operation execution has failed.