Class FoundFilesListResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.FoundFilesListResponse
-
- All Implemented Interfaces:
Serializable
public class FoundFilesListResponse extends GenericResponse
Response for a file list request- Author:
- Christopher
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FoundFilesListResponse()
Empty constructor needed by JAXB
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>
getFiles()
void
setFiles(List<File> files)
NOTE: files won't be listed correctly until a setter is defined-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-