Class WorkspaceListItem

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

public final class WorkspaceListItem extends Object
Summary information about a workspace as returned in listing responses.
Since:
0.1.0
  • Method Details

    • getId

      @NotNull public @NotNull String getId()
    • getName

      @NotNull public @NotNull String getName()
    • getSlug

      @NotNull public @NotNull String getSlug()
    • getIconInitials

      @Nullable public @Nullable String getIconInitials()
    • getIconColor

      @Nullable public @Nullable String getIconColor()
    • getOwnerId

      @NotNull public @NotNull String getOwnerId()
    • getRole

      @NotNull public @NotNull String getRole()
    • getRoleId

      @NotNull public @NotNull String getRoleId()
    • getMemberCount

      public int getMemberCount()
    • getStorageUsedBytes

      public long getStorageUsedBytes()
    • getCreatedAt

      public long getCreatedAt()