Interface TicketCloseOperationResult

All Superinterfaces:
IssueOperationResult, IssueProvider, OperationResult, TicketOperationResult, TicketProvider
All Known Subinterfaces:
AgentTicketCloseOperationResult, SupervisorTicketCloseOperationResult

public interface TicketCloseOperationResult extends TicketOperationResult

This interface represents the result of a successful ticket close operation.

Since:
11.28
  • Method Details

    • getTransactionCode

      Optional<TransactionCode> getTransactionCode()
      The method returns the optionally assigned transaction code to the closed ticket. If no transaction code has been assigned an empty optional will be returned.
      Returns:
      the optional transaction code assigned to the closed ticket.
      Since:
      11.28