Class MediaInline.Partial.CanSetMediaType<T extends 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 constructed mediaInline can still be changed.
    • Method Detail

      • file

        public T file()
      • link

        @Deprecated
        public T link()
        Deprecated.
        Most of the support for link media 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​(String mediaType)