RevisionSummary

Inheritance: java.lang.Object

public class RevisionSummary

Represents a summary for node’s revision.

Constructors

ConstructorDescription
RevisionSummary()

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.lang.String