Interface CreateTicketOperationBuilder.WithRequired.CreateAndSend
- Enclosing interface:
CreateTicketOperationBuilder.WithRequired
public static interface CreateTicketOperationBuilder.WithRequired.CreateAndSend
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theCreateTicketOperation
for the given parameters.transactionCode
(TransactionCode transactionCode) Sets the givenTransactionCode
to the new ticket.
-
Method Details
-
transactionCode
CreateTicketOperationBuilder.WithRequired.CreateAndSend transactionCode(TransactionCode transactionCode) throws ValidationException Sets the givenTransactionCode
to the new ticket.- Parameters:
transactionCode
- theTransactionCode
to be set for the new ticket- Returns:
- the CreateTicketOperationBuilder.WithRequired.CreateAndSend
- Throws:
ValidationException
- if the transactionCode is not valid- Since:
- 12.25
-
build
Builds theCreateTicketOperation
for the given parameters.- Returns:
- the
CreateTicketOperation
- Throws:
ValidationException
- if any parameters are not valid or missing- Since:
- 12.25
-