Uses of Class
com.gentics.contentnode.rest.model.response.LegacyFileListResponse
-
Packages that use LegacyFileListResponse Package Description com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of LegacyFileListResponse in com.gentics.contentnode.rest.model.response
Subclasses of LegacyFileListResponse in com.gentics.contentnode.rest.model.response Modifier and Type Class Description class
FileUsageListResponse
Response for a file/image usage request.class
ReferencedFilesListResponse
Response for a list of referenced files or images -
Uses of LegacyFileListResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return LegacyFileListResponse Modifier and Type Method Description LegacyFileListResponse
FolderResource. getFiles(String folderId, InFolderParameterBean inFolder, FileListParameterBean fileListParams, LegacyFilterParameterBean filterParams, LegacySortParameterBean sortingParams, LegacyPagingParameterBean pagingParams, EditableParameterBean editableParams, WastebinParameterBean wastebinParams)
LegacyFileListResponse
FolderResource. getImages(String folderId, InFolderParameterBean inFolder, FileListParameterBean fileListParams, LegacyFilterParameterBean filterParams, LegacySortParameterBean sortingParams, LegacyPagingParameterBean pagingParams, EditableParameterBean editableParams, WastebinParameterBean wastebinParams)
-