Interface Actor
-
public interface ActorThe actor who has taken action on the document- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()full name of the userStringgetId()Id of the userStringgetName()name of the userStringgetProfilePicPath()the path to the user's profile avatar
-
-
-
Method Detail
-
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
-
-