|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.Photo.Image
public static class Photo.Image
Represents the Image Graph API type.
Constructor Summary | |
---|---|
Photo.Image()
|
Method Summary | |
---|---|
boolean |
equals(Object that)
|
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. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Photo.Image()
Method Detail |
---|
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public Integer getHeight()
public Integer getWidth()
public String getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |