Package com.atlassian.adf.model.node
Class Media.Partial.LinkNeedsCollection
- java.lang.Object
-
- com.atlassian.adf.model.node.Media.Partial.LinkNeedsCollection
-
- Enclosing interface:
- Media.Partial
@Deprecated public static class Media.Partial.LinkNeedsCollection extends Object
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Media.LinkMediacollection(String collection)Deprecated.Sets the collection ID on this partially constructed media node, after which it is fully constructed as a valid media node.
-
-
-
Method Detail
-
collection
public Media.LinkMedia collection(@Nullable String collection)
Deprecated.Sets the collection ID on this partially constructed media node, after which it is fully constructed as a valid media node.- Parameters:
collection- the collection ID for this media node- Returns:
- the resulting fully constructed media node, to which optional settings like the
widthmay still be set
-
-