Uses of Class
com.atlassian.adf.model.node.BlockCard.View
-
Packages that use BlockCard.View Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of BlockCard.View in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return BlockCard.View Modifier and Type Method Description BlockCard.ViewBlockCard.View. properties(Map<String,?> properties)BlockCard.ViewBlockCard.View. type(String type)static BlockCard.ViewBlockCard.View. view(String type)Methods in com.atlassian.adf.model.node that return types with arguments of type BlockCard.View Modifier and Type Method Description List<BlockCard.View>BlockCard.Datasource. views()Methods in com.atlassian.adf.model.node with parameters of type BlockCard.View Modifier and Type Method Description BlockCardBlockCard.Partial.NeedsDatasourceViews. views(BlockCard.View... views)Method parameters in com.atlassian.adf.model.node with type arguments of type BlockCard.View Modifier and Type Method Description BlockCard.DatasourceBlockCard.Datasource. views(List<BlockCard.View> views)BlockCardBlockCard.Partial.NeedsDatasourceViews. views(List<BlockCard.View> views)
-