public static interface Person.Image implements Freezable<Person.Image>
The representation of the person's profile photo.
Public Method Summary
abstract String |
getUrl()
The URL of the person's profile photo.
|
abstract boolean |
hasUrl()
Indicates whether the "url" field is explicitly set to a value.
|
Inherited Method Summary
Public Methods
public abstract String getUrl ()
The URL of the person's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
public abstract boolean hasUrl ()
Indicates whether the "url" field is explicitly set to a value.