Interface CallActivityChanged
- All Superinterfaces:
CallActivity
,com.novomind.ecom.common.api.attribute.Described
,com.novomind.ecom.common.api.attribute.Named
public interface CallActivityChanged
extends CallActivity, com.novomind.ecom.common.api.attribute.Named, com.novomind.ecom.common.api.attribute.Described
A
CallActivityChanged
represents an activity that
indicates a call attribute change.- 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
Methods inherited from interface com.novomind.ecom.common.api.attribute.Described
getDescription
Methods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName
-
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
-