Interface IssueRoutingTagOperationResult
- All Superinterfaces:
IssueOperationResult
,IssueProvider
,OperationResult
- All Known Subinterfaces:
AutoRoutingTagOperationResult
,SupervisorRoutingTagOperationResult
This interface represents the result of a successful issue routing tag operation.
- Since:
- 12.1
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider
getIssue
-
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
-