RevisionSummary
Contents
[
Hide
]Inheritance: java.lang.Object
public class RevisionSummary
Represents a summary for node’s revision.
Constructors
Constructor | Description |
---|---|
RevisionSummary() |
Methods
Method | Description |
---|---|
getLastModifiedTime() | Gets or sets the last modified time. |
setLastModifiedTime(Date value) | Gets or sets the last modified time. |
getAuthorMostRecent() | Gets or sets the most recent author. |
setAuthorMostRecent(String value) | Gets or sets the most recent author. |
RevisionSummary()
public RevisionSummary()
getLastModifiedTime()
public Date getLastModifiedTime()
Gets or sets the last modified time.
Returns: java.util.Date
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
getAuthorMostRecent()
public String getAuthorMostRecent()
Gets or sets the most recent author.
Returns: java.lang.String
setAuthorMostRecent(String value)
public void setAuthorMostRecent(String value)
Gets or sets the most recent author.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |