Interface TicketInternalForwardOperationResult

All Superinterfaces:
IssueOperationResult, IssueProvider, OperationResult, TicketOperationResult, TicketProvider
All Known Subinterfaces:
AutoTicketInternalForwardOperationResult, SupervisorTicketInternalForwardOperationResult

public interface TicketInternalForwardOperationResult extends TicketOperationResult

This interface represents the result of a successful ticket internal forward operation.

Since:
11.22
  • 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 agent assigned as target for the internal forward operation.
      Since:
      11.22