Uses of Class
com.atlassian.adf.model.node.NestedExpand
-
Packages that use NestedExpand Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of NestedExpand in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return NestedExpand Modifier and Type Method Description NestedExpandNestedExpand. copy()static NestedExpandNestedExpand. nestedExpand()static NestedExpandNestedExpand. nestedExpand(NestedExpandContent content)static NestedExpandNestedExpand. nestedExpand(NestedExpandContent... content)static NestedExpandNestedExpand. nestedExpand(Iterable<? extends NestedExpandContent> content)static NestedExpandNestedExpand. nestedExpand(Stream<? extends NestedExpandContent> content)NestedExpandNestedExpand. title(String title)Methods in com.atlassian.adf.model.node with parameters of type NestedExpand Modifier and Type Method Description protected booleanNestedExpand. contentNodeEquals(NestedExpand other)
-