Interface RecategorizationOperationBuilder
public interface RecategorizationOperationBuilder
The RecategorizationOperationBuilder provides specific builders
to build a recategorization operation on a ticket.
- Since:
- 10.0.202
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage that holds the selected call.static interfaceBuilder stage that holds the selected ticket. -
Method Summary
Modifier and TypeMethodDescriptionSets the call to be recategorized.Sets the call to be recategorized, identified by its id.Sets the ticket to be recategorized.Sets the ticket to be recategorized, identified by its id.
-
Method Details
-
ticket
Sets the ticket to be recategorized, identified by its id.- Parameters:
ticketId- the ticketId of the ticket to be recategorized.- Returns:
- the RecategorizationOperationBuilder.WithTicket
- Throws:
ValidationException- if the ticketId is invalid or the ticket has an inappropriate status.- Since:
- 10.0.202
-
ticket
Sets the ticket to be recategorized.- Parameters:
ticket- the ticket to be recategorized.- Returns:
- the RecategorizationOperationBuilder.WithTicket
- Throws:
ValidationException- if the ticketId is invalid or the ticket has an inappropriate status.- Since:
- 10.0.202
-
call
Sets the call to be recategorized, identified by its id.- Parameters:
callId- the callId of the call to be recategorized.- Returns:
- the RecategorizationOperationBuilder.WithCall
- Throws:
ValidationException- if the callId is invalid or the call has an inappropriate state.- Since:
- 12.31
-
call
Sets the call to be recategorized.- Parameters:
call- the call to be recategorized.- Returns:
- the RecategorizationOperationBuilder.WithCall
- Throws:
ValidationException- if the callId is invalid or the call has an inappropriate state.- Since:
- 12.31
-