Klasse Page.Cover

Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
Page

public static class Page.Cover extends AbstractFacebookType
Represents the Cover Graph API type.
Seit:
1.6.10
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getCoverId

      public String getCoverId()
      The ID of the photo.
      Gibt zurück:
      The ID of the photo.
    • setCoverId

      public void setCoverId(String coverId)
      The ID of the photo.
    • getSource

      public String getSource()
      The URL for the cover photo.
      Gibt zurück:
      The URL for the cover photo.
    • setSource

      public void setSource(String source)
      The URL for the cover photo.
    • getOffsetY

      public Integer getOffsetY()
      The percentage offset from top [0-100].
      Gibt zurück:
      The percentage offset from top [0-100].
    • setOffsetY

      public void setOffsetY(Integer offsetY)
      The percentage offset from top [0-100].