public static interface

Person.Urls

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

Summary

Nested Classes
class Person.Urls.Type The type of URL. 
Public Methods
abstract String getLabel()
The label of the URL.
abstract int getType()
The type of URL.
abstract String getValue()
The URL value.
abstract boolean hasLabel()
Indicates whether the "label" 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.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract String getLabel ()

The label of the URL.

public abstract int getType ()

The type of URL. Possible values include, but are not limited to, the following values: - "otherProfile" - URL for another profile. - "contributor" - URL to a site for which this person is a contributor. - "website" - URL for this Google+ Page's primary website. - "other" - Other URL.

public abstract String getValue ()

The URL value.

public abstract boolean hasLabel ()

Indicates whether the "label" 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.