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 CallActivityTypegetType()TheCallActivityTypeof theCallActivityMethods inherited from interface com.novomind.ecom.api.iagent.call.activity.CallActivity
getDate, getUserMethods inherited from interface com.novomind.ecom.common.api.attribute.Described
getDescriptionMethods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName
-
Method Details
-
getType
Description copied from interface:CallActivityTheCallActivityTypeof theCallActivity- Specified by:
getTypein interfaceCallActivity- Returns:
- the type of the
CallActivity - Since:
- 13.4
-