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 interface
static interface
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
ticket
- 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
- 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
- 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
- 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
-