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