Package dev.dosya.sdk.model
Class ListFilesResponse
java.lang.Object
dev.dosya.sdk.model.ListFilesResponse
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 Summary
Modifier and TypeMethodDescription@NotNull List<Breadcrumb>@NotNull List<FileListItem>getFiles()@Nullable String@NotNull List<FolderListItem>@Nullable Pagination@NotNull Stringbooleanbooleanboolean
-
Method Details
-
getFolders
-
getFiles
-
getBreadcrumbs
-
getWorkspaceId
-
getFolderId
-
isCanLock
public boolean isCanLock() -
isCanHide
public boolean isCanHide() -
isFolderViewOnly
public boolean isFolderViewOnly() -
getPagination
-