Uses of Class
com.atlassian.adf.model.node.InlineCard
-
Packages that use InlineCard Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of InlineCard in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return InlineCard Modifier and Type Method Description InlineCardInlineCard. copy()InlineCardInlineCard.Partial.NeedsUrlOrData. data(Map<String,?> data)static InlineCardInlineCard. inlineCard(String url)Creates an inline card for the linked content with the given URI.static InlineCardInlineCard. inlineCard(URI url)Creates an inline card for the linked content with the given URI.static InlineCardInlineCard. inlineCard(URL url)Creates an inline card for the linked content with the given URI.static InlineCardInlineCard. inlineCard(Map<String,?> data)Creates an inline card for the linked content with the given JSON-LD description.InlineCardInlineCard.Partial.NeedsUrlOrData. url(String url)InlineCardInlineCard.Partial.NeedsUrlOrData. url(URI url)InlineCardInlineCard.Partial.NeedsUrlOrData. url(URL url)Methods in com.atlassian.adf.model.node with parameters of type InlineCard Modifier and Type Method Description protected booleanInlineCard. nodeEquals(InlineCard other)
-