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 Details

    • getDate

      Date getDate()
      The date of the CallActivity
      Returns:
      the date of the CallActivity
      Since:
      13.4
    • getType

      CallActivityType getType()
      The CallActivityType of the CallActivity
      Returns:
      the type of the CallActivity
      Since:
      13.4
    • getUser

      Optional<User> getUser()
      The optional User related to the activity.
      Since:
      13.4