Interface CallActivityRecategorized
- All Superinterfaces:
CallActivity
A
CallActivityRecategorized represents an activity
caused by a CallRecategorizedEvent.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the destination category of theCallafter it has been recategorized.This method returns the source category of theCallbefore it has been recategorized.default CallActivityTypegetType()TheCallActivityTypeof theCallActivityMethods inherited from interface com.novomind.ecom.api.iagent.call.activity.CallActivity
getDate, getUser
-
Method Details
-
getType
Description copied from interface:CallActivityTheCallActivityTypeof theCallActivity- Specified by:
getTypein interfaceCallActivity- Returns:
- the type of the
CallActivity - Since:
- 13.4
-
getSourceCategory
Category getSourceCategory()This method returns the source category of theCallbefore it has been recategorized. Please note that the initial category of aCallmay not be set. In this case of call recategorization the method returns null as source category.- Returns:
- the source category of the
Callor null if not set - Since:
- 13.4
-
getDestinationCategory
Category getDestinationCategory()This method returns the destination category of theCallafter it has been recategorized. Please note that the destination category may be different from theCall's category. This may happen, if theCallis recategorized again immediately after the first recategorization event.- Returns:
- the destination category of the
Call. - Since:
- 13.4
-