public class FolderUsageListResponse extends LegacyFolderListResponse
Constructor and Description |
---|
FolderUsageListResponse()
Empty constructor
|
FolderUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Folder> folders,
int total,
int withoutPermission)
Create a new instance
|
Modifier and Type | Method and Description |
---|---|
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
|
getDeleted, getFolders, getNumItems, isHasMoreItems, setDeleted, setFolders, setHasMoreItems, setNumItems
getStagingStatus, setStagingStatus
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
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 permissionpublic int getWithoutPermission()
public int getTotal()
public void setWithoutPermission(int withoutPermission)
withoutPermission
- number of folders without permissionpublic void setTotal(int total)
total
- total number of foldersCopyright © 2024 Gentics Software. All rights reserved.