public final class WorkspaceDetail
extends Object
Detailed information about a Dosya 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()
-
getName
@NotNull
public @NotNull String getName()
-
getSlug
@NotNull
public @NotNull String getSlug()
-
getIconInitials
@Nullable
public @Nullable String getIconInitials()
-
getIconColor
@Nullable
public @Nullable String getIconColor()
-
getIconUrl
@Nullable
public @Nullable String getIconUrl()
-
getOwnerId
@NotNull
public @NotNull String getOwnerId()
-
getStorageUsedBytes
public long getStorageUsedBytes()
-
getCreatedAt
public long getCreatedAt()