|
||||||||||
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.FileListResponse
com.gentics.contentnode.rest.model.response.FileUsageListResponse
public class FileUsageListResponse
Response for a file/image usage request.
Constructor Summary | |
---|---|
FileUsageListResponse()
Empty constructor |
|
FileUsageListResponse(Message message,
ResponseInfo responseInfo,
List<File> files,
int total,
int withoutPermission)
Create a new instance |
Method Summary | |
---|---|
int |
getTotal()
Get the total number of files |
int |
getWithoutPermission()
Get the number of files without permission |
void |
setTotal(int total)
Set the total number of files |
void |
setWithoutPermission(int withoutPermission)
Set the number of files without permission |
Methods inherited from class com.gentics.contentnode.rest.model.response.FileListResponse |
---|
getFiles, getNumItems, isHasMoreItems, setFiles, setHasMoreItems, setNumItems |
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 FileUsageListResponse()
public FileUsageListResponse(Message message, ResponseInfo responseInfo, List<File> files, int total, int withoutPermission)
message
- messageresponseInfo
- response infofiles
- filestotal
- total number of fileswithoutPermission
- number of files without permissionMethod Detail |
---|
public int getWithoutPermission()
public int getTotal()
public void setWithoutPermission(int withoutPermission)
withoutPermission
- number of files without permissionpublic void setTotal(int total)
total
- total number of files
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |