Interface CreateTicketOperation
- All Superinterfaces:
 Operation<CreateTicketOperationResult>
Represents an operation to create a new ticket.
 Please note that this is a high-cost operation that may take some
 time until returning a result.
 Therefore it's recommended to avoid high frequent or parallel usage
 e.g. from inside of loops.
- Since:
 - 12.25
 
- 
Method Summary
Modifier and TypeMethodDescriptionexecute()This method executes a create ticket operation synchronously. 
- 
Method Details
- 
execute
This method executes a create ticket operation synchronously.- Specified by:
 executein interfaceOperation<CreateTicketOperationResult>- Returns:
 - the 
CreateTicketOperationResultcontains additional information about the operation, if the operation has been performed successfully. - Throws:
 CreateTicketOperationFailedException- if the operation has failed or the operation has timed out- Since:
 - 12.25
 
 
 -