Interface IssueRoutingTagOperationResult

All Superinterfaces:
IssueOperationResult, IssueProvider, OperationResult
All Known Subinterfaces:
AutoRoutingTagOperationResult, SupervisorRoutingTagOperationResult

public interface IssueRoutingTagOperationResult extends IssueOperationResult

This interface represents the result of a successful issue routing tag operation.

Since:
12.1
  • Method Details

    • getRoutingTagsAdded

      Set<RoutingTag> getRoutingTagsAdded()
      Returns:
      the routing tags that have been added by this operation as unmodifiable set
      Since:
      12.1
    • getRoutingTagsRemoved

      Set<RoutingTag> getRoutingTagsRemoved()
      Returns:
      the routing tags that have been removed by this operation as unmodifiable set
      Since:
      12.1