Uses of Class
com.atlassian.adf.model.node.RichMedia.Layout
-
Packages that use RichMedia.Layout Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of RichMedia.Layout in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return RichMedia.Layout Modifier and Type Method Description RichMedia.LayoutEmbedCard. layout()RichMedia.LayoutMediaSingle. layout()Returns theRichMedia.Layoutsetting for this single media item.static RichMedia.LayoutRichMedia.Layout. valueOf(String name)Returns the enum constant of this type with the specified name.static RichMedia.Layout[]RichMedia.Layout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node that return types with arguments of type RichMedia.Layout Modifier and Type Method Description Optional<RichMedia.Layout>BlockCard.Datasource. layout()Methods in com.atlassian.adf.model.node with parameters of type RichMedia.Layout Modifier and Type Method Description static EmbedCard.Partial.NeedsUrlEmbedCard. embedCard(RichMedia.Layout layout)static EmbedCardEmbedCard. embedCard(RichMedia.Layout layout, URI url)static EmbedCardEmbedCard. embedCard(RichMedia.Layout layout, URL url)BlockCard.DatasourceBlockCard.Datasource. layout(RichMedia.Layout layout)TBlockCard.Partial.OptionalDatasourceParameters. layout(RichMedia.Layout layout)EmbedCardEmbedCard. layout(RichMedia.Layout layout)EmbedCard.Partial.NeedsUrlEmbedCard.Partial.NeedsLayout. layout(RichMedia.Layout layout)MediaSingleMediaSingle. layout(RichMedia.Layout layout)MediaSingle.Partial.NeedsMediaMediaSingle.Partial.NeedsMedia. layout(RichMedia.Layout layout)static MediaSingle.Partial.NeedsMediaMediaSingle. mediaSingle(RichMedia.Layout layout)Creates a new partially constructedmediaSinglenode with the given layout.static MediaSingleMediaSingle. mediaSingle(RichMedia.Layout layout, Media media)Creates a newmediaSinglenode with the given layout and media item.
-