public class PageChange extends Object
Constructor and Description |
---|
PageChange(String pageId,
Integer perms,
Date lastModified,
Integer size,
String author,
Integer version) |
Modifier and Type | Method and Description |
---|---|
String |
author()
Author of the page
|
Date |
lastModified()
Date of the modification
|
String |
name()
Alias for
pageId()
This alias is provided because it is the way it is called by the xmlrpc method |
String |
pageId()
Id of the page changed
|
Integer |
perms()
Integer representing the permissions on the file
|
Integer |
size() |
String |
toString() |
Integer |
version()
Version of the page
|
public String pageId()
public String name()
pageId()
This alias is provided because it is the way it is called by the xmlrpc methodpublic Integer perms()
public Date lastModified()
public Integer size()
public String author()
public Integer version()
Copyright © 2015. All rights reserved.