Interface NextGenDMThumbnail

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String getAlt()
      Get thumbnail alternative text for the next generation dynamic media image.
      default java.lang.String getSrc()
      Get thumbnail source url for the next generation dynamic media image.
    • Method Detail

      • getSrc

        default java.lang.String getSrc()
        Get thumbnail source url for the next generation dynamic media image.
        Returns:
        {String} - the url of image thumbnail.
      • getAlt

        default java.lang.String getAlt()
        Get thumbnail alternative text for the next generation dynamic media image.
        Returns:
        {String - the alternative text.