Uses of Class
com.atlassian.adf.model.node.BlockCard
-
Packages that use BlockCard 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 in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return BlockCard Modifier and Type Method Description static BlockCardBlockCard. blockCard(String url)Creates a block card for the linked content with the given URI.static BlockCardBlockCard. blockCard(URI url)Creates a block card for the linked content with the given URI.static BlockCardBlockCard. blockCard(URL url)Creates a block card for the linked content with the given URI.static BlockCardBlockCard. blockCard(Map<String,?> data)Creates a block card for the linked content with the given JSON-LD description.BlockCardBlockCard. copy()BlockCardBlockCard.Partial.NeedsCardAttributes. data(Map<String,?> data)Creates a JSON-LD block card.BlockCardBlockCard.Partial.NeedsCardAttributes. url(String url)Creates a URL block card; if a datasource with a URL is desired, callBlockCard.Partial.NeedsCardAttributes.datasource()first.BlockCardBlockCard.Partial.NeedsCardAttributes. url(URI url)Creates a URL block card; if a datasource with a URL is desired, callBlockCard.Partial.NeedsCardAttributes.datasource()first.BlockCardBlockCard.Partial.NeedsCardAttributes. url(URL url)Creates a URL block card; if a datasource with a URL is desired, callBlockCard.Partial.NeedsCardAttributes.datasource()first.BlockCardBlockCard.Partial.NeedsDatasourceViews. views(BlockCard.View... views)BlockCardBlockCard.Partial.NeedsDatasourceViews. views(List<BlockCard.View> views)Methods in com.atlassian.adf.model.node with parameters of type BlockCard Modifier and Type Method Description protected booleanBlockCard. nodeEquals(BlockCard other)
-