Class FolderListItem

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

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

    • getId

      @NotNull public @NotNull String getId()
    • getName

      @NotNull public @NotNull String getName()
    • getCreatedAt

      public long getCreatedAt()
    • getFileCount

      public int getFileCount()
    • getLockMode

      @Nullable public @Nullable String getLockMode()
    • getIsHidden

      public int getIsHidden()
    • getHiddenMode

      @Nullable public @Nullable String getHiddenMode()
    • getIsSynced

      public int getIsSynced()