Interface Actor
public interface Actor
The actor who has taken action on the document
- Since:
- 7.0
-
Method Details
-
getId
String getId()Id of the user- Returns:
- id of the user of an activity
- Since:
- 7.0
-
getDisplayName
String getDisplayName()full name of the user- Returns:
- full name of the user of an activity
- Since:
- 7.0
-
getName
String getName()name of the user- Returns:
- name of the user of an activity
- Since:
- 7.0
-
getProfilePicPath
String getProfilePicPath()the path to the user's profile avatar- Returns:
- the relative path to the user's profile avatar of an activity
- Since:
- 7.0
-