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 URL for blog.
int HOME URL for home.
int OTHER Other.
int PROFILE URL for profile.
int WORK URL for work.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BLOG

URL for blog.

Constant Value: 2 (0x00000002)

public static final int HOME

URL for home.

Constant Value: 0 (0x00000000)

public static final int OTHER

Other.

Constant Value: 4 (0x00000004)

public static final int PROFILE

URL for profile.

Constant Value: 3 (0x00000003)

public static final int WORK

URL for work.

Constant Value: 1 (0x00000001)