|
||||||||||
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.FolderListResponse
com.gentics.contentnode.rest.model.response.FolderUsageListResponse
public class FolderUsageListResponse
Response for a folder usage request.
Constructor Summary | |
---|---|
FolderUsageListResponse()
Empty constructor |
|
FolderUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Folder> folders,
int total,
int withoutPermission)
Create a new instance |
Method Summary | |
---|---|
int |
getTotal()
Get the total number of folders |
int |
getWithoutPermission()
Get the number of folders without permission |
void |
setTotal(int total)
Set the total number of folders |
void |
setWithoutPermission(int withoutPermission)
Set the number of folders without permission |
Methods inherited from class com.gentics.contentnode.rest.model.response.FolderListResponse |
---|
getDeleted, getFolders, getNumItems, isHasMoreItems, setDeleted, setFolders, 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 FolderUsageListResponse()
public FolderUsageListResponse(Message message, ResponseInfo responseInfo, List<Folder> folders, int total, int withoutPermission)
message
- messageresponseInfo
- response infofolders
- folderstotal
- total number of folderswithoutPermission
- number of folders without permissionMethod Detail |
---|
public int getWithoutPermission()
public int getTotal()
public void setWithoutPermission(int withoutPermission)
withoutPermission
- number of folders without permissionpublic void setTotal(int total)
total
- total number of folders
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |