public static class ExpandedContentProperties.Builder
extends java.lang.Object
ExpandedContentProperties.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExpandedContentProperties.Builder |
addAncestors()
This method adds "ancestors" as a property to be expanded.
|
ExpandedContentProperties.Builder |
addBody(ContentBodyType type,
ExpandedBodyFormatProperties properties)
This method adds the given properties of the given body type to the list of expanded
properties.
|
ExpandedContentProperties.Builder |
addChildren(ExpandedChildrenProperties properties)
This method adds the given children to the list of expanded properties.
|
ExpandedContentProperties.Builder |
addChildTypes(ExpandedChildTypeProperties childTypes)
This method adds the given child types to the list of expanded properties.
|
ExpandedContentProperties.Builder |
addContainer()
This method adds "container" as a property to be expanded.
|
ExpandedContentProperties.Builder |
addDescendants(ExpandedDescendantsProperties properties)
This method adds the given descedants to the list of expanded properties.
|
ExpandedContentProperties.Builder |
addHistory(ExpandedHistoryProperties properties)
This method adds the given history to the list of expanded properties.
|
ExpandedContentProperties.Builder |
addMetadata(ExpandedMetadataProperties properties)
This method adds the given metadata to the list of expanded properties.
|
ExpandedContentProperties.Builder |
addOperations()
This method adds "operations" as a property to be expanded.
|
ExpandedContentProperties.Builder |
addRestrictions(ExpandedRestrictionProperties properties)
This method adds the given restrictions to the list of expanded properties.
|
ExpandedContentProperties.Builder |
addSpace()
This method adds "space" as a property to be expanded.
|
ExpandedContentProperties.Builder |
addVersion()
This method adds "version" as a property to be expanded.
|
ExpandedContentProperties |
build()
This method creates an instance of
ExpandedContentProperties using the values that
were set on this instance. |
public ExpandedContentProperties.Builder addChildTypes(ExpandedChildTypeProperties childTypes)
childTypes - The child types of the content that should be expanded.public ExpandedContentProperties.Builder addContainer()
public ExpandedContentProperties.Builder addMetadata(ExpandedMetadataProperties properties)
properties - The properties of the content metadata that should be expanded.public ExpandedContentProperties.Builder addOperations()
public ExpandedContentProperties.Builder addChildren(ExpandedChildrenProperties properties)
properties - The children of the content children that should be expanded.public ExpandedContentProperties.Builder addRestrictions(ExpandedRestrictionProperties properties)
properties - The restrictions on the content that should be expanded.public ExpandedContentProperties.Builder addHistory(ExpandedHistoryProperties properties)
properties - The history properties that should be expanded.public ExpandedContentProperties.Builder addAncestors()
public ExpandedContentProperties.Builder addBody(ContentBodyType type, ExpandedBodyFormatProperties properties)
type - The type of content.properties - The properties to expand for this type.public ExpandedContentProperties.Builder addVersion()
public ExpandedContentProperties.Builder addDescendants(ExpandedDescendantsProperties properties)
properties - The descendants of the content that should be expanded.public ExpandedContentProperties.Builder addSpace()
public ExpandedContentProperties build()
ExpandedContentProperties using the values that
were set on this instance.ExpandedContentProperties with the values set on this
instance.