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
Represents the Image Graph API type.
- Since:
- 1.6.5
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe height of the image in pixels.The source URL of the image.getWidth()
The width of the image in pixels.void
The height of the image in pixels.void
The source URL of the image.void
The width of the image in pixels.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
getHeight
The height of the image in pixels.- Returns:
- The height of the image in pixels.
-
setHeight
The height of the image in pixels. -
getWidth
The width of the image in pixels.- Returns:
- The width of the image in pixels.
-
setWidth
The width of the image in pixels. -
getSource
The source URL of the image.- Returns:
- The source URL of the image.
-
setSource
The source URL of the image.
-