public class ReferencedFilesListResponse extends LegacyFileListResponse
Constructor and Description |
---|
ReferencedFilesListResponse(Message message,
ResponseInfo responseInfo,
List<File> files,
int total,
int withoutPermission)
Create an instance
|
Modifier and Type | Method and Description |
---|---|
int |
getTotal()
Total number of files
|
int |
getWithoutPermission()
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, setNumItems
getStagingStatus, setStagingStatus
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public ReferencedFilesListResponse(Message message, ResponseInfo responseInfo, List<File> files, int total, int withoutPermission)
message
- responseInfo
- files
- total
- withoutPermission
- 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 filesCopyright © 2024 Gentics Software. All rights reserved.