Interface CreateTicketOperation
-
- All Superinterfaces:
Operation<CreateTicketOperationResult>
public interface CreateTicketOperation extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTicketOperationResult
execute()
This method executes a create ticket operation synchronously.
-
-
-
Method Detail
-
execute
CreateTicketOperationResult execute() throws CreateTicketOperationFailedException
This method executes a create ticket operation synchronously.- Specified by:
execute
in interfaceOperation<CreateTicketOperationResult>
- Returns:
- the
CreateTicketOperationResult
contains 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
-
-