Package com.atlassian.adf.model.node
Class MediaInline.Partial.CanSetMediaType<T extends MediaInline.Partial.CanSetMediaType<T>>
- java.lang.Object
-
- com.atlassian.adf.model.node.MediaInline.Partial.CanSetMediaType<T>
-
- Direct Known Subclasses:
MediaInline.Partial.NeedsId
- Enclosing interface:
- MediaInline.Partial
public abstract static class MediaInline.Partial.CanSetMediaType<T extends MediaInline.Partial.CanSetMediaType<T>> extends Object
The media type of this partially constructedmediaInlinecan still be changed.
-
-
Field Summary
Fields Modifier and Type Field Description protected MediaInline.MediaTypemediaType
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Tfile()Tlink()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.TmediaType(MediaInline.MediaType mediaType)TmediaType(String mediaType)
-
-
-
Field Detail
-
mediaType
@Nullable protected MediaInline.MediaType mediaType
-
-
Method Detail
-
file
public T file()
-
link
@Deprecated public T 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.
-
mediaType
public T mediaType(MediaInline.MediaType mediaType)
-
-