Uses of Class
com.atlassian.adf.model.node.Media.LinkMedia
-
Packages that use Media.LinkMedia Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Media.LinkMedia in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Media.LinkMedia Modifier and Type Method Description Media.LinkMediaMedia.Partial.LinkNeedsCollection. collection(String collection)Deprecated.Sets the collection ID on this partially constructed media node, after which it is fully constructed as a valid media node.Media.LinkMediaMedia.LinkMedia. copy()Media.LinkMediaMedia.Partial.LinkNeedsId. id(String id)Deprecated.static Media.LinkMediaMedia. linkMedia(String id)static Media.LinkMediaMedia. linkMedia(String id, String collection)Creates a newLINKmedia node with the given media ID and collection ID.Methods in com.atlassian.adf.model.node that return types with arguments of type Media.LinkMedia Modifier and Type Method Description Optional<Media.LinkMedia>Media.ExternalMedia. link()Optional<Media.LinkMedia>Media.FileMedia. link()Optional<Media.LinkMedia>Media. link()Deprecated.Most of the support forlinkmedia no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.Optional<Media.LinkMedia>Media.LinkMedia. link()Method parameters in com.atlassian.adf.model.node with type arguments of type Media.LinkMedia Modifier and Type Method Description voidMedia.AbstractMedia. ifLink(Consumer<? super Media.LinkMedia> effect)Deprecated.Most of the support forlinkmedia no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.voidMedia. ifLink(Consumer<? super Media.LinkMedia> effect)Deprecated.Most of the support forlinkmedia no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
-