RevisionSummary

Inheritance: java.lang.Object

public class RevisionSummary

Represents a summary for node’s revision.

Constructors

ConstructorDescription
RevisionSummary()

Methods

MethodDescription
getAuthorMostRecent()Gets or sets the most recent author.
getLastModifiedTime()Gets or sets the last modified time.
setAuthorMostRecent(String value)Gets or sets the most recent author.
setLastModifiedTime(Date value)Gets or sets the last modified time.

RevisionSummary()

public RevisionSummary()

getAuthorMostRecent()

public String getAuthorMostRecent()

Gets or sets the most recent author.

Returns: java.lang.String

getLastModifiedTime()

public Date getLastModifiedTime()

Gets or sets the last modified time.

Returns: java.util.Date

setAuthorMostRecent(String value)

public void setAuthorMostRecent(String value)

Gets or sets the most recent author.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

Gets or sets the last modified time.

Parameters:

ParameterTypeDescription
valuejava.util.Date