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