Interface AgentTicketCloseOperation
- All Superinterfaces:
Operation<AgentTicketCloseOperationResult>
Represents an operation to close a ticket as an agent.
- Since:
- 11.28
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
This method executes a close operation on a ticket as an agent.
-
Method Details
-
execute
This method executes a close operation on a ticket as an agent.- Specified by:
execute
in interfaceOperation<AgentTicketCloseOperationResult>
- Returns:
- the AgentTicketCloseOperationResult contains additional information about the operation, if the operation has been performed successfully.
- Throws:
AgentTicketCloseOperationFailedException
- if the operation has failed- Since:
- 11.28
-