public static interface

Person.Emails

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

Summary

Nested Classes
class Person.Emails.Type The type of address. 
Public Methods
abstract int getType()
The type of address.
abstract String getValue()
The email address.
abstract boolean hasPrimary()
Indicates whether the "primary" field is explicitly set to a value.
abstract boolean hasType()
Indicates whether the "type" field is explicitly set to a value.
abstract boolean hasValue()
Indicates whether the "value" field is explicitly set to a value.
abstract boolean isPrimary()
If "true", indicates this email address is the person's primary one.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract int getType ()

The type of address. Possible values are: - "home" - Home email address. - "work" - Work email address. - "other" - Other.

public abstract String getValue ()

The email address.

public abstract boolean hasPrimary ()

Indicates whether the "primary" field is explicitly set to a value.

public abstract boolean hasType ()

Indicates whether the "type" field is explicitly set to a value.

public abstract boolean hasValue ()

Indicates whether the "value" field is explicitly set to a value.

public abstract boolean isPrimary ()

If "true", indicates this email address is the person's primary one.