Klasse Photo.Image

Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
Photo

public static class Photo.Image extends AbstractFacebookType
Represents the Image Graph API type.
Seit:
1.6.5
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getHeight

      public Integer getHeight()
      The height of the image in pixels.
      Gibt zurück:
      The height of the image in pixels.
    • setHeight

      public void setHeight(Integer height)
      The height of the image in pixels.
    • getWidth

      public Integer getWidth()
      The width of the image in pixels.
      Gibt zurück:
      The width of the image in pixels.
    • setWidth

      public void setWidth(Integer width)
      The width of the image in pixels.
    • getSource

      public String getSource()
      The source URL of the image.
      Gibt zurück:
      The source URL of the image.
    • setSource

      public void setSource(String source)
      The source URL of the image.