Interface CallActivity
- All Known Subinterfaces:
CallActivityAssigned,CallActivityChanged,CallActivityDelivered,CallActivityDequeued,CallActivityDisconnected,CallActivityEnqueued,CallActivityEstablished,CallActivityFinished,CallActivityRecategorized,CallActivityReceived,CallActivityRedirected,CallActivityTagsChanged
public interface CallActivity
A
CallActivity represents an activity related with a Call.- Since:
- 13.4
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()The date of theCallActivitygetType()TheCallActivityTypeof theCallActivitygetUser()The optionalUserrelated to the activity.
-
Method Details
-
getDate
Date getDate()The date of theCallActivity- Returns:
- the date of the
CallActivity - Since:
- 13.4
-
getType
CallActivityType getType()TheCallActivityTypeof theCallActivity- Returns:
- the type of the
CallActivity - Since:
- 13.4
-
getUser
The optionalUserrelated to the activity.- Since:
- 13.4
-