Interface InternalForwardOperationBuilder
public interface InternalForwardOperationBuilder
The InternalForwardOperationBuilder provides specific builders
to build an internal forward operation on a ticket.
- Since:
- 11.22
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage that holds the selected ticket. -
Method Summary
Modifier and TypeMethodDescriptionSets the ticket to be internally forwarded.Sets the ticket to be internally forwarded, identified by its id.
-
Method Details
-
ticket
Sets the ticket to be internally forwarded, identified by its id.- Parameters:
ticketId- the ticketId of the ticket to be internally forwarded.- Returns:
- the InternalForwardOperationBuilder.WithTicket
- Throws:
ValidationException- if the ticketId is invalid or the ticket has an inappropriate status.- Since:
- 11.22
-
ticket
Sets the ticket to be internally forwarded.- Parameters:
ticket- the ticket to be internally forwarded.- Returns:
- the InternalForwardOperationBuilder.WithTicket
- Throws:
ValidationException- if the ticketId is invalid or the ticket has an inappropriate status.- Since:
- 11.22
-