public class Page extends Object
| Constructor and Description |
|---|
Page(String id,
Integer perms,
Date lastModified,
Integer size) |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
id of the page, that is namespace + name
|
Date |
lastModified()
Last modification date
|
Integer |
perms()
Integer denoting the permissions on the page
|
Integer |
size()
Size of the page
|
String |
toString() |
Copyright © 2017. All rights reserved.