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 Modifier and Type Interface Description static interface
InternalForwardOperationBuilder.WithTicket
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalForwardOperationBuilder.WithTicket
ticket(Ticket ticket)
InternalForwardOperationBuilder.WithTicket
ticket(java.lang.Long ticketId)
-
-
-
Method Detail
-
ticket
InternalForwardOperationBuilder.WithTicket ticket(java.lang.Long ticketId) throws ValidationException
- 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
InternalForwardOperationBuilder.WithTicket ticket(Ticket ticket) throws ValidationException
- 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
-
-