Uses of Class
com.gentics.contentnode.rest.model.File
Package
Description
-
Uses of File in com.gentics.contentnode.rest.model
-
Uses of File in com.gentics.contentnode.rest.model.request
-
Uses of File in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionFoundFilesListResponse.getFiles()
LegacyFileListResponse.getFiles()
Get the filesMultiFileLoadResponse.getFiles()
The list of found files.Modifier and TypeMethodDescriptionvoid
void
Modifier and TypeMethodDescriptionvoid
NOTE: files won't be listed correctly until a setter is definedvoid
Set the filesvoid
Set the list of files to send with the response.ModifierConstructorDescriptionFileLoadResponse
(Message message, ResponseInfo responseInfo, File file) Constructor with message, response info and fileFileUploadResponse
(Message message, ResponseInfo responseInfo, boolean success, File file) Constructor with message, response info and successModifierConstructorDescriptionFileUsageListResponse
(Message message, ResponseInfo responseInfo, List<File> files, int total, int withoutPermission) Create a new instanceMultiFileLoadResponse
(List<File> files) Convenience constructor.ReferencedFilesListResponse
(Message message, ResponseInfo responseInfo, List<File> files, int total, int withoutPermission) Create an instance