Class ListFilesResponse

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

public final class ListFilesResponse extends Object
Response returned when listing files and folders in a workspace.

Contains the folder listing, file listing, breadcrumbs for navigation, and pagination metadata.

Since:
0.1.0
  • Method Details

    • getFolders

      @NotNull public @NotNull List<FolderListItem> getFolders()
    • getFiles

      @NotNull public @NotNull List<FileListItem> getFiles()
    • getBreadcrumbs

      @NotNull public @NotNull List<Breadcrumb> getBreadcrumbs()
    • getWorkspaceId

      @NotNull public @NotNull String getWorkspaceId()
    • getFolderId

      @Nullable public @Nullable String getFolderId()
    • isCanLock

      public boolean isCanLock()
    • isCanHide

      public boolean isCanHide()
    • isFolderViewOnly

      public boolean isFolderViewOnly()
    • getPagination

      @Nullable public @Nullable Pagination getPagination()