|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.FoundFilesListResponse
public class FoundFilesListResponse
Response for a file list request
Constructor Summary | |
---|---|
FoundFilesListResponse()
Empty constructor needed by JAXB |
Method Summary | |
---|---|
java.util.List<File> |
getFiles()
|
void |
setFiles(java.util.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FoundFilesListResponse()
Method Detail |
---|
public java.util.List<File> getFiles()
public void setFiles(java.util.List<File> files)
files
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |