Interface TicketResubmitOperationResult

All Superinterfaces:
IssueOperationResult, IssueProvider, OperationResult, TicketOperationResult, TicketProvider

public interface TicketResubmitOperationResult extends TicketOperationResult

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

Since:
11.22
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the optional user assigned as target for the resubmit operation.

    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

      Optional<User> getAgent()
      Returns the optional user assigned as target for the resubmit operation.
      Returns:
      the optional user assigned as target for the resubmit operation.
      Since:
      11.22