Interface CreateTicketOperationBuilder.WithRequired.CreateAndSend
-
- Enclosing interface:
- CreateTicketOperationBuilder.WithRequired
public static interface CreateTicketOperationBuilder.WithRequired.CreateAndSend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTicketOperation
build()
Builds theCreateTicketOperation
for the given parameters.CreateTicketOperationBuilder.WithRequired.CreateAndSend
transactionCode(TransactionCode transactionCode)
Sets the givenTransactionCode
to the new ticket.
-
-
-
Method Detail
-
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
CreateTicketOperation build() throws ValidationException
Builds theCreateTicketOperation
for the given parameters.- Returns:
- the
CreateTicketOperation
- Throws:
ValidationException
- if any parameters are not valid or missing- Since:
- 12.25
-
-