Package com.nt.udc.filebrowser.model
Class FileListResponse
java.lang.Object
com.nt.udc.filebrowser.model.FileListResponse
- All Implemented Interfaces:
Serializable
Represents API response for listing files.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileListResponse(List<FileInfo> files, String currentPath, String parentPath, boolean hasMore) -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()booleanvoidsetCurrentPath(String currentPath) voidvoidsetHasMore(boolean hasMore) voidsetParentPath(String parentPath)
-
Constructor Details
-
FileListResponse
public FileListResponse() -
FileListResponse
-
-
Method Details
-
getFiles
-
setFiles
-
getCurrentPath
-
setCurrentPath
-
getParentPath
-
setParentPath
-
isHasMore
public boolean isHasMore() -
setHasMore
public void setHasMore(boolean hasMore)
-