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 theCallActivity
getType()
TheCallActivityType
of theCallActivity
getUser()
The optionalUser
related to the activity.
-
Method Details
-
getDate
Date getDate()The date of theCallActivity
- Returns:
- the date of the
CallActivity
- Since:
- 13.4
-
getType
CallActivityType getType()TheCallActivityType
of theCallActivity
- Returns:
- the type of the
CallActivity
- Since:
- 13.4
-
getUser
The optionalUser
related to the activity.- Since:
- 13.4
-