public class ReferencedPagesListResponse extends LegacyPageListResponse
Constructor and Description |
---|
ReferencedPagesListResponse(Message message,
ResponseInfo responseInfo,
List<Page> pages,
int total,
int withoutPermission)
Create an instance
|
Modifier and Type | Method and Description |
---|---|
int |
getTotal()
Total number of pages
|
int |
getWithoutPermission()
Number of pages without permission
|
void |
setTotal(int total)
Set the total number of pages
|
void |
setWithoutPermission(int withoutPermission)
Set the number of pages without permission
|
getNumItems, getPages, isHasMoreItems, setHasMoreItems, setNumItems, setPages
getStagingStatus, setStagingStatus
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
public ReferencedPagesListResponse(Message message, ResponseInfo responseInfo, List<Page> pages, int total, int withoutPermission)
message
- responseInfo
- pages
- total
- withoutPermission
- public int getWithoutPermission()
public int getTotal()
public void setWithoutPermission(int withoutPermission)
withoutPermission
- number of pages without permissionpublic void setTotal(int total)
total
- total number of pagesCopyright © 2024 Gentics Software. All rights reserved.