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