Interface TicketRequeueOperationResult

All Superinterfaces:
IssueOperationResult, IssueProvider, OperationResult, TicketOperationResult, TicketProvider
All Known Subinterfaces:
AutoTicketRequeueOperationResult, SupervisorTicketRequeueOperationResult

public interface TicketRequeueOperationResult extends TicketOperationResult

This interface represents the result of a successful ticket re-queue operation.

Since:
12.0
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider

    getIssue

    Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider

    getTicket
  • Method Details

    • getAgent

      User getAgent()
      Returns:
      the assigned agent for the ticket before the re-queue operation.
      Since:
      12.0