public static class ExpandedHistoryProperties.Builder
extends java.lang.Object
ExpandedHistoryProperties.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExpandedHistoryProperties.Builder |
addContributors()
This method adds "contributors" as a property to be expanded.
|
ExpandedHistoryProperties.Builder |
addLastUpdated()
This method adds "lastUpdated" as a property to be expanded.
|
ExpandedHistoryProperties.Builder |
addNextVersion()
This method adds "nextVersion" as a property to be expanded.
|
ExpandedHistoryProperties.Builder |
addPreviousVersion()
This method adds "previousVersion" as a property to be expanded.
|
ExpandedHistoryProperties |
build()
This method creates an instance of
ExpandedHistoryProperties using the values that
were set on this instance. |
public ExpandedHistoryProperties.Builder addLastUpdated()
public ExpandedHistoryProperties.Builder addPreviousVersion()
public ExpandedHistoryProperties.Builder addContributors()
public ExpandedHistoryProperties.Builder addNextVersion()
public ExpandedHistoryProperties build()
ExpandedHistoryProperties using the values that
were set on this instance.ExpandedHistoryProperties with the values set on this
instance.