Interface AgentTicketCloseOperation
-
- All Superinterfaces:
Operation<AgentTicketCloseOperationResult>
public interface AgentTicketCloseOperation extends Operation<AgentTicketCloseOperationResult>
Represents an operation to close a ticket as an agent.
- Since:
- 11.28
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentTicketCloseOperationResult
execute()
This method executes a close operation on a ticket as an agent.
-
-
-
Method Detail
-
execute
AgentTicketCloseOperationResult execute() throws AgentTicketCloseOperationFailedException
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
-
-