Class ActivityEntry

java.lang.Object
dev.dosya.sdk.model.ActivityEntry

public final class ActivityEntry extends Object
Represents a single activity log entry in a workspace.
Since:
0.1.0
  • 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()
    • getMetadata

      @Nullable public @Nullable String getMetadata()
    • getCreatedAt

      public long getCreatedAt()