Interface CallActivityFinished
- All Superinterfaces:
CallActivity
A
CallActivityFinished
represents an activity
caused by a CallFinishedEvent
.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptiondefault CallActivityType
getType()
TheCallActivityType
of theCallActivity
Methods inherited from interface com.novomind.ecom.api.iagent.call.activity.CallActivity
getDate, getUser
-
Method Details
-
getType
Description copied from interface:CallActivity
TheCallActivityType
of theCallActivity
- Specified by:
getType
in interfaceCallActivity
- Returns:
- the type of the
CallActivity
- Since:
- 13.4
-