| AbstractContentNode |
Nodes that use the "content" key to specify a list of child nodes extend this type
to handle the common conventions across those node types.
|
| AbstractListNode |
|
| AbstractMarkedContentNode |
|
| AbstractMarkedNode |
|
| AbstractNode |
|
| AbstractNode.ToStringHelper |
|
| AbstractTableCellNode |
|
| BlockCard |
The blockCard node is an Atlassian link card with a type icon and content description derived from the
link.
|
| BlockCard.CardAttributes |
A sum type providing access to the link data for this card.
|
| BlockCard.Datasource |
A blockCard node with type=datasource is not really a normal block card.
|
| BlockCard.Partial.NeedsCardAttributes |
This partially constructed card still needs either a url or data value set.
|
| BlockCard.Partial.NeedsDatasourceId |
A partially constructed datasource block card that needs the id set.
|
| BlockCard.Partial.NeedsDatasourceParameters |
A partially constructed datasource block card that needs the parameters set.
|
| BlockCard.Partial.NeedsDatasourceViews |
A partially constructed datasource block card that needs the views set, which will
complete the datasource definition and the BlockCard as a whole.
|
| BlockCard.Partial.OptionalDatasourceParameters |
|
| BlockCard.View |
|
| Blockquote |
The Blockquote node is a container for quotes.
|
| BodiedExtension |
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
|
| BulletList |
A container for list items that produces a bulleted list.
|
| Caption |
Wraps the caption content that may optionally be assigned to a mediaSingle node.
|
| CodeBlock |
A container for lines of code.
|
| Date |
The date node displays a date in the user's locale.
|
| Date.Partial.NeedsTimestamp |
This partially constructed date still needs its timestamp attribute set.
|
| DecisionItem |
|
| DecisionItem.Partial.NeedsLocalId |
This partially constructed decistionItem still needs its localId attribute set.
|
| DecisionItem.Partial.NeedsState |
This partially constructed decisionItem still needs its state attribute set.
|
| DecisionItem.State |
|
| DecisionList |
Decision lists provide lists that look much like a bulletList, but they cannot be
nested and there are differences in their visual representation.
|
| DecisionList.Partial.NeedsLocalId |
This partially constructed decisionList still needs its localId attribute set.
|
| Doc |
The root container node of every Atlassian Document Format (ADF) document.
|
| Doc.Version |
|
| EmbedCard |
|
| EmbedCard.Partial.NeedsLayout |
This partially constructed embedCard still needs its layout attribute set.
|
| EmbedCard.Partial.NeedsUrl |
This partially constructed embedCard still needs its url attribute set.
|
| Emoji |
An inline node that represents an emoji.
|
| Emoji.Partial.NeedsShortName |
This partially constructed emoji still needs its shortName attribute set.
|
| Expand |
The expand node is a container that enables content to be hidden or shown, similar to an accordion
or disclosure widget.
|
| Extension |
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
|
| ExtensionSettings |
A helper class that provides consistent management of extension settings for the various node types
that represent extensions.
|
| ExtensionSettings.Layout |
|
| ExtensionSettings.Partial.NeedsExtensionKey |
This partially constructed extension still needs its extensionKey attribute set.
|
| ExtensionSettings.Partial.NeedsExtensionType |
This partially constructed extension still needs its extensionType attribute set.
|
| HardBreak |
An inline node that inserts a forced line-break within a sequence of text strings.
|
| Heading |
Represents a topic heading, as for the <h1> through <h6> tags used in HTML.
|
| InlineCard |
An Atlassian link card with a type icon and content description derived from the link.
|
| InlineCard.Partial.NeedsUrlOrData |
This partially constructed inline card still needs either a url or data value set.
|
| InlineCard.UrlOrData |
A sum type providing access to the link data for this card.
|
| InlineExtension |
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
|
| LayoutColumn |
|
| LayoutSection |
In Confluence, the top-level doc node is allowed to include layoutSection nodes.
|
| LayoutSection.Partial.NeedsFirstColumn |
A partially constructed layout section that still needs the first column to be added to it.
|
| LayoutSection.Partial.NeedsSecondColumn |
A partially constructed layout section that still needs the second column to be added to it.
|
| ListItem |
|
| Media |
Represents a single file or link stored in media services.
|
| Media.AbstractMedia |
|
| Media.ExternalMedia |
|
| Media.FileMedia |
|
| Media.FileOrLinkMedia |
|
| Media.LinkMedia |
|
| Media.MediaType |
|
| Media.Partial.ExternalNeedsUrl |
This partially constructed media node is external and still needs a
url.
|
| Media.Partial.FileNeedsId |
This partially constructed media node is a file and still needs a media id.
|
| Media.Partial.LinkNeedsId |
Deprecated.
|
| Media.Partial.NeedsType |
Partially constructed media node still needs the specific media type set.
|
| MediaGroup |
A container for several media items.
|
| MediaInline |
|
| MediaInline.MediaType |
|
| MediaInline.Partial.CanSetMediaType |
The media type of this partially constructed mediaInline can still be changed.
|
| MediaInline.Partial.NeedsId |
This partially constructed mediaInline still needs its media id attribute set.
|
| MediaSingle |
A container for exactly one media item, optionally followed by a caption.
|
| MediaSingle.Partial.NeedsMedia |
This partially constructed mediaSingle still needs its media content set.
|
| MediaSingle.WidthType |
Determines whether the width attribute should be interpreted as a percentage or pixel count.
|
| Mention |
Represents a user mention.
|
| Mention.AccessLevel |
The well-known accessLevel enumerated values that were originally documented for mention nodes.
|
| Mention.UserType |
|
| NestedExpand |
A nestedExpand node serves the same purpose as expand, except that it is used
inside of a tableCell or tableHeader instead of directly inside a doc.
|
| Node |
A node in the Atlassian Document Format describes an element to be rendered as
rich content.
|
| OrderedList |
A container for list items that produces a numbered list of them.
|
| Panel |
A container that highlights content as additional information, a warning, or the result of an action.
|
| Panel.PanelType |
|
| Panel.Partial.NeedsPanelType |
This partially constructed panel still needs its panelType attribute set.
|
| Paragraph |
A container for a block of formatted text delineated by a carriage return.
|
| Placeholder |
Provides placeholder text for something.
|
| Placeholder.Partial.NeedsText |
This partially constructed placeholder still needs its text attribute set.
|
| RichMedia.Layout |
Layout that determines how the media idea should be positioned in relation to the flow of other information
on the page.
|
| Rule |
Representing a divider, this is equivalent to an HTML <hr/> tag.
|
| Status |
This node defines a status lozenge, such as is shown for the workflow status of a Jira issue or for the
/status macro in Confluence.
|
| Status.Color |
The color used for the status lozenge.
|
| Status.Partial.NeedsColor |
This partially constructed status still needs its color attribute set.
|
| Status.Partial.NeedsText |
This partially constructed status still needs its text attribute set.
|
| Table |
A container for the nodes that define a table.
|
| Table.Layout |
|
| TableCell |
A table cell within a table row.
|
| TableHeader |
A table cell within a table heading row.
|
| TableRow |
|
| TaskItem |
Provides the content for one of the items in a taskList.
|
| TaskItem.Partial.NeedsLocalId |
This partially constructed taskItem still needs its localId attribute set.
|
| TaskItem.Partial.NeedsLocalIdAndState |
This partially constructed taskItem still needs its localId and state attributes
set (and this builder permits them to be set in either order).
|
| TaskItem.Partial.NeedsState |
This partially constructed taskItem still needs its state attribute set.
|
| TaskItem.State |
|
| TaskList |
Task lists provide lists that look much like a bulletList, but there are differences in
their visual representation.
|
| Text |
Holds document text.
|