Interface Media.Partial

  • Enclosing interface:
    Media

    public static interface Media.Partial
    Types that represent a partially constructed media.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Media.Partial.ExternalNeedsUrl
      This partially constructed media node is external and still needs a url.
      static class  Media.Partial.FileNeedsId
      This partially constructed media node is a file and still needs a media id.
      static class  Media.Partial.LinkNeedsCollection
      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.
      static class  Media.Partial.LinkNeedsId
      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.
      static class  Media.Partial.NeedsType
      Partially constructed media node still needs the specific media type set.