Class FileDetail

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

public final class FileDetail extends Object
Detailed information about a single file in a Dosya workspace.
Since:
0.1.0
  • Method Details

    • getId

      @NotNull public @NotNull String getId()
    • getName

      @NotNull public @NotNull String getName()
    • getSizeBytes

      public long getSizeBytes()
    • getMimeType

      @NotNull public @NotNull String getMimeType()
    • getExtension

      @NotNull public @NotNull String getExtension()
    • getRegion

      @NotNull public @NotNull String getRegion()
    • getUploadedBy

      @NotNull public @NotNull String getUploadedBy()
    • getUploaderName

      @NotNull public @NotNull String getUploaderName()
    • getFolderId

      @Nullable public @Nullable String getFolderId()
    • getWorkspaceId

      @NotNull public @NotNull String getWorkspaceId()
    • getCurrentVersion

      public int getCurrentVersion()
    • getLockMode

      @Nullable public @Nullable String getLockMode()
    • getIsHidden

      public int getIsHidden()
    • getHiddenMode

      @Nullable public @Nullable String getHiddenMode()
    • getCreatedAt

      public long getCreatedAt()
    • getUpdatedAt

      public long getUpdatedAt()
    • getDeletedAt

      @Nullable public @Nullable Long getDeletedAt()