public static class ExpandedChildTypeProperties.Builder
extends java.lang.Object
ExpandedChildTypeProperties.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExpandedChildTypeProperties.Builder |
addAll()
This method adds "all" to the list of child types to be expanded.
|
ExpandedChildTypeProperties.Builder |
addAttachment()
This method adds "attachment" to the list of child types to be expanded.
|
ExpandedChildTypeProperties.Builder |
addComment()
This method adds "comment" to the list of child types to be expanded.
|
ExpandedChildTypeProperties.Builder |
addPage()
This method adds "page" to the list of child types to be expanded.
|
ExpandedChildTypeProperties |
build()
This method creates an instance of
ExpandedChildTypeProperties using the values that
were set on this instance. |
public ExpandedChildTypeProperties.Builder addAll()
public ExpandedChildTypeProperties.Builder addAttachment()
public ExpandedChildTypeProperties.Builder addComment()
public ExpandedChildTypeProperties.Builder addPage()
public ExpandedChildTypeProperties build()
ExpandedChildTypeProperties using the values that
were set on this instance.ExpandedChildTypeProperties with the values set on this
instance.