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