public interface Activity
The Activity that was performed on the document, including Action, time and page affected
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Activity info: type, user and details
    long
    Instant when the activity took place expressed in epoch millis
    Target object containing the info the page where the activity happened
  • Method Details

    • getMoment

      long getMoment()
      Instant when the activity took place expressed in epoch millis
      Returns:
      timestamp when the activity and the action took place expressed in epoch millis
      Since:
      7.0
    • getTarget

      Target getTarget()
      Target object containing the info the page where the activity happened
      Returns:
      object with Target page/blogpost
      Since:
      7.0
    • getAction

      Action getAction()
      Activity info: type, user and details
      Returns:
      object Action with all the activity details
      Since:
      7.0