public static interface Person.Cover implements Freezable<Person.Cover>
The cover photo content.
Nested Class Summary
interface | Person.Cover.CoverInfo | Extra information about the cover photo. | |
interface | Person.Cover.CoverPhoto | The person's primary cover image. | |
class | Person.Cover.Layout | The layout of the cover art. |
Public Method Summary
abstract Person.Cover.CoverInfo |
getCoverInfo()
Extra information about the cover photo.
|
abstract Person.Cover.CoverPhoto |
getCoverPhoto()
The person's primary cover image.
|
abstract int |
getLayout()
The layout of the cover art.
|
abstract boolean |
hasCoverInfo()
Indicates whether the "coverInfo" field is explicitly set to a value.
|
abstract boolean |
hasCoverPhoto()
Indicates whether the "coverPhoto" field is explicitly set to a value.
|
abstract boolean |
hasLayout()
Indicates whether the "layout" field is explicitly set to a value.
|
Inherited Method Summary
Public Methods
public abstract Person.Cover.CoverInfo getCoverInfo ()
Extra information about the cover photo.
public abstract Person.Cover.CoverPhoto getCoverPhoto ()
The person's primary cover image.
public abstract int getLayout ()
The layout of the cover art. Possible values include, but are not limited to, the following values: - "banner" - One large image banner.
public abstract boolean hasCoverInfo ()
Indicates whether the "coverInfo" field is explicitly set to a value.
public abstract boolean hasCoverPhoto ()
Indicates whether the "coverPhoto" field is explicitly set to a value.
public abstract boolean hasLayout ()
Indicates whether the "layout" field is explicitly set to a value.