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 hasPrimary()
This method is deprecated. Returns false (removed).
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()
This method is deprecated. Returns false (removed).
[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 are: - "otherProfile" - URL for another profile. - "contributor" - URL for which this person is a contributor to. - "website" - URL for this Google+ Page's primary website. - "other" - Other.

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 hasPrimary ()

This method is deprecated.
Returns false (removed).

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 ()

This method is deprecated.
Returns false (removed).