public class FileUsageListResponse extends LegacyFileListResponse
| Constructor and Description |
|---|
FileUsageListResponse()
Empty constructor
|
FileUsageListResponse(Message message,
ResponseInfo responseInfo,
List<File> files,
int total,
int withoutPermission)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
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
|
getFiles, getNumItems, isHasMoreItems, setFiles, setHasMoreItems, setNumItemsgetStagingStatus, setStagingStatusaddMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic 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 permissionpublic int getWithoutPermission()
public int getTotal()
public void setWithoutPermission(int withoutPermission)
withoutPermission - number of files without permissionpublic void setTotal(int total)
total - total number of filesCopyright © 2024 Gentics Software. All rights reserved.