Class BaseOEmbed

    • Method Detail

      • getHtml

        public String getHtml()
        The HTML used to display the page.
      • setHtml

        public void setHtml​(String html)
        The HTML used to display the page.
      • getHeight

        public Long getHeight()
        The height in pixels required to display the HTML.
      • setHeight

        public void setHeight​(Long height)
        The height in pixels required to display the HTML.
      • getWidth

        public Long getWidth()
        The width in pixels required to display the HTML.
      • setWidth

        public void setWidth​(Long width)
        The width in pixels required to display the HTML.
      • setProviderUrl

        public void setProviderUrl​(String providerUrl)
        URL of the provider (Facebook)
      • getType

        public String getType()
        The oEmbed resource type. See https://oembed.com/.
      • setType

        public void setType​(String type)
        The oEmbed resource type. See https://oembed.com/.
      • setVersion

        public void setVersion​(String version)
        Always 1.0. See https://oembed.com/