public static interface Person.Cover.CoverPhoto implements Freezable<Person.Cover.CoverPhoto>
The person's primary cover image.
Public Method Summary
abstract int |
getHeight()
The height of the image.
|
abstract String |
getUrl()
The URL of the image.
|
abstract int |
getWidth()
The width of the image.
|
abstract boolean |
hasHeight()
Indicates whether the "height" field is explicitly set to a value.
|
abstract boolean |
hasUrl()
Indicates whether the "url" field is explicitly set to a value.
|
abstract boolean |
hasWidth()
Indicates whether the "width" field is explicitly set to a value.
|
Inherited Method Summary
Public Methods
public abstract int getHeight ()
The height of the image.
public abstract String getUrl ()
The URL of the image.
public abstract int getWidth ()
The width of the image.
public abstract boolean hasHeight ()
Indicates whether the "height" field is explicitly set to a value.
public abstract boolean hasUrl ()
Indicates whether the "url" field is explicitly set to a value.
public abstract boolean hasWidth ()
Indicates whether the "width" field is explicitly set to a value.