public static interface

Person.Cover

implements Freezable<T>
com.google.android.gms.plus.model.people.Person.Cover

Class Overview

The cover photo content.

Summary

Nested Classes
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 Methods
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.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

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 are: - "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.