com.gentics.contentnode.rest.model.response
Class FoundFilesListResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.FoundFilesListResponse

public class FoundFilesListResponse
extends GenericResponse

Response for a file list request

Author:
Christopher

Constructor Summary
FoundFilesListResponse()
          Empty constructor needed by JAXB
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoundFilesListResponse

public FoundFilesListResponse()
Empty constructor needed by JAXB

Method Detail

getFiles

public List<File> getFiles()

setFiles

public void setFiles(List<File> files)
NOTE: files won't be listed correctly until a setter is defined

Parameters:
files -


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.