Package com.restfb.types
Class Photo.Image
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.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 Summary
Constructors Constructor Description Image()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getHeight()
The height of the image in pixels.String
getSource()
The source URL of the image.Integer
getWidth()
The width of the image in pixels.void
setHeight(Integer height)
The height of the image in pixels.void
setSource(String source)
The source URL of the image.void
setWidth(Integer width)
The width of the image in pixels.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Image
public Image()
-
-
Method Detail
-
getHeight
public Integer getHeight()
The height of the image in pixels.- Returns:
- 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.
-
getSource
public String getSource()
The source URL of the image.- Returns:
- The source URL of the image.
-
-