Klasse Video.VideoFormat

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Video.VideoFormat
Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
Video

public static class Video.VideoFormat extends AbstractFacebookType
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getEmbedHtml

      public String getEmbedHtml()
      HTML to embed the video in this format.
      Gibt zurück:
      HTML to embed the video in this format.
    • setEmbedHtml

      public void setEmbedHtml(String embedHtml)
      HTML to embed the video in this format.
    • getFilter

      public String getFilter()
      The filter applied to this video format.
      Gibt zurück:
      The filter applied to this video format.
    • setFilter

      public void setFilter(String filter)
      The filter applied to this video format.
    • getPicture

      public String getPicture()
      The thumbnail for the video in this format.
      Gibt zurück:
      The thumbnail for the video in this format.
    • setPicture

      public void setPicture(String picture)
      The thumbnail for the video in this format.
    • getWidth

      public Integer getWidth()
      The width of the video in this format.
      Gibt zurück:
      The width of the video in this format.
    • setWidth

      public void setWidth(Integer width)
      The width of the video in this format.
    • getHeight

      public Integer getHeight()
      The height of the video in this format.
      Gibt zurück:
      The height of the video in this format.
    • setHeight

      public void setHeight(Integer height)
      The height of the video in this format.