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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe height of the image in pixels.The source URL of the image.getWidth()The width of the image in pixels.voidThe height of the image in pixels.voidThe source URL of the image.voidThe width of the image in pixels.Methods inherited from class com.restfb.types.AbstractFacebookTypeequals, hashCode, toString
- 
Constructor Details- 
Imagepublic Image()
 
- 
- 
Method Details- 
getHeightThe height of the image in pixels.- Returns:
- The height of the image in pixels.
 
- 
setHeightThe height of the image in pixels.
- 
getWidthThe width of the image in pixels.- Returns:
- The width of the image in pixels.
 
- 
setWidthThe width of the image in pixels.
- 
getSourceThe source URL of the image.- Returns:
- The source URL of the image.
 
- 
setSourceThe source URL of the image.
 
-