Class Photo.Image

All Implemented Interfaces:
Serializable
Enclosing class:
Photo

public static class Photo.Image extends AbstractFacebookType
Represents the Image Graph API type.
Since:
1.6.5
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getHeight

      public Integer getHeight()
      The height of the image in pixels.
      Returns:
      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.
      Returns:
      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.
      Returns:
      The source URL of the image.
    • setSource

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