Package com.atlassian.adf.model.node
Class Media.Partial.NeedsType
- java.lang.Object
-
- com.atlassian.adf.model.node.Media.Partial.NeedsType
-
- Enclosing interface:
- Media.Partial
public static class Media.Partial.NeedsType extends Object
Partially constructedmedianode still needs the specific media type set.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Media.Partial.ExternalNeedsUrlexternal()Sets this to be aEXTERNALmedia node.Media.Partial.FileNeedsIdfile()Sets this to be aFILEmedia node.Media.Partial.LinkNeedsIdlink()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 Detail
-
file
public Media.Partial.FileNeedsId file()
Sets this to be aFILEmedia node.
-
link
@Deprecated public Media.Partial.LinkNeedsId 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.Sets this to be aLINKmedia node.
-
external
public Media.Partial.ExternalNeedsUrl external()
Sets this to be aEXTERNALmedia node.
-
-