public final class ActivityEntry
extends Object
Represents a single activity log entry in a workspace.
- Since:
- 0.1.0
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getId
@NotNull
public @NotNull String getId()
-
getWorkspaceId
@NotNull
public @NotNull String getWorkspaceId()
-
getUserId
@NotNull
public @NotNull String getUserId()
-
getUserName
@NotNull
public @NotNull String getUserName()
-
getAction
@NotNull
public @NotNull String getAction()
-
getResourceType
@NotNull
public @NotNull String getResourceType()
-
getResourceId
@NotNull
public @NotNull String getResourceId()
-
getResourceName
@Nullable
public @Nullable String getResourceName()
-
-
getCreatedAt
public long getCreatedAt()