Nested Class Summary
| class | Person.Urls.Type | The type of URL. | |
Public Method Summary
| 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.
|
Inherited Method Summary
Public Methods
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 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.
