public static final class

Person.Urls.Type

extends Object
java.lang.Object
   ↳ com.google.android.gms.plus.model.people.Person.Urls.Type

Class Overview

The type of URL.

Summary

Constants
int BLOG This constant is deprecated. URL for blog (not returned).
int CONTRIBUTOR URL for which this person is a contributor to.
int HOME This constant is deprecated. URL for home (not returned).
int OTHER Other.
int OTHER_PROFILE URL for another profile.
int PROFILE This constant is deprecated. URL for profile (not returned).
int WEBSITE URL for this Google+ Page's primary website.
int WORK This constant is deprecated. URL for work (not returned).
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BLOG

This constant is deprecated.
URL for blog (not returned).

Constant Value: 2 (0x00000002)

public static final int CONTRIBUTOR

URL for which this person is a contributor to.

Constant Value: 6 (0x00000006)

public static final int HOME

This constant is deprecated.
URL for home (not returned).

Constant Value: 0 (0x00000000)

public static final int OTHER

Other.

Constant Value: 4 (0x00000004)

public static final int OTHER_PROFILE

URL for another profile.

Constant Value: 5 (0x00000005)

public static final int PROFILE

This constant is deprecated.
URL for profile (not returned).

Constant Value: 3 (0x00000003)

public static final int WEBSITE

URL for this Google+ Page's primary website.

Constant Value: 7 (0x00000007)

public static final int WORK

This constant is deprecated.
URL for work (not returned).

Constant Value: 1 (0x00000001)