public static interface

Person.Organizations

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

Summary

Nested Classes
class Person.Organizations.Type The type of organization. 
Public Methods
abstract String getDepartment()
The department within the organization.
abstract String getDescription()
A short description of the person's role in this organization.
abstract String getEndDate()
The date the person left this organization.
abstract String getLocation()
The location of this organization.
abstract String getName()
The name of the organization.
abstract String getStartDate()
The date the person joined this organization.
abstract String getTitle()
The person's job title or role within the organization.
abstract int getType()
The type of organization.
abstract boolean hasDepartment()
Indicates whether the "department" field is explicitly set to a value.
abstract boolean hasDescription()
Indicates whether the "description" field is explicitly set to a value.
abstract boolean hasEndDate()
Indicates whether the "endDate" field is explicitly set to a value.
abstract boolean hasLocation()
Indicates whether the "location" field is explicitly set to a value.
abstract boolean hasName()
Indicates whether the "name" field is explicitly set to a value.
abstract boolean hasPrimary()
Indicates whether the "primary" field is explicitly set to a value.
abstract boolean hasStartDate()
Indicates whether the "startDate" field is explicitly set to a value.
abstract boolean hasTitle()
Indicates whether the "title" field is explicitly set to a value.
abstract boolean hasType()
Indicates whether the "type" field is explicitly set to a value.
abstract boolean isPrimary()
If "true", indicates this organization is the person's primary one (typically interpreted as current one).
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract String getDepartment ()

The department within the organization. Deprecated.

public abstract String getDescription ()

A short description of the person's role in this organization. Deprecated.

public abstract String getEndDate ()

The date the person left this organization.

public abstract String getLocation ()

The location of this organization. Deprecated.

public abstract String getName ()

The name of the organization.

public abstract String getStartDate ()

The date the person joined this organization.

public abstract String getTitle ()

The person's job title or role within the organization.

public abstract int getType ()

The type of organization. Possible values are: - "work" - Work. - "school" - School.

public abstract boolean hasDepartment ()

Indicates whether the "department" field is explicitly set to a value.

public abstract boolean hasDescription ()

Indicates whether the "description" field is explicitly set to a value.

public abstract boolean hasEndDate ()

Indicates whether the "endDate" field is explicitly set to a value.

public abstract boolean hasLocation ()

Indicates whether the "location" field is explicitly set to a value.

public abstract boolean hasName ()

Indicates whether the "name" field is explicitly set to a value.

public abstract boolean hasPrimary ()

Indicates whether the "primary" field is explicitly set to a value.

public abstract boolean hasStartDate ()

Indicates whether the "startDate" field is explicitly set to a value.

public abstract boolean hasTitle ()

Indicates whether the "title" 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 isPrimary ()

If "true", indicates this organization is the person's primary one (typically interpreted as current one).