public class PageVersion extends Object
Constructor and Description |
---|
PageVersion(String pageId,
String author,
String ip,
String type,
String summary,
Date modified,
Integer version) |
Modifier and Type | Method and Description |
---|---|
String |
author()
Author of the revision
|
String |
ip()
Ip who made this revision
|
Date |
lastModified()
Date of the revision
|
Date |
modified()
Alias of lastModifie
Provided because it's called this way by the xmlrpc query
|
String |
pageId()
Page id (namespace + name)
|
String |
summary()
Summary of the revision
|
String |
toString() |
String |
type()
Type of revision (creation, edition, ...)
|
String |
user()
Alias of
author()
Provided because this is how this fields is named by the xmlrpc query |
Integer |
version()
Version of the revision, as a timestamp
Should correspond to
modified() |
public String pageId()
public String author()
public String user()
author()
Provided because this is how this fields is named by the xmlrpc querypublic String ip()
public String type()
public String summary()
public Date lastModified()
public Date modified()
public Integer version()
modified()
Copyright © 2018. All rights reserved.