Class FileListItem

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

public final class FileListItem extends Object
Summary information about a file as returned in listing responses.
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()
    • getCreatedAt

      public long getCreatedAt()
    • getUpdatedAt

      public long getUpdatedAt()
    • getDeletedAt

      @Nullable public @Nullable Long getDeletedAt()
    • getLockMode

      @Nullable public @Nullable String getLockMode()
    • getIsHidden

      public int getIsHidden()
    • getHiddenMode

      @Nullable public @Nullable String getHiddenMode()
    • getCurrentVersion

      public int getCurrentVersion()
    • getIsSynced

      public int getIsSynced()
    • getShareCount

      public int getShareCount()
    • getCommentCount

      public int getCommentCount()