public static interface

Person.AgeRange

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

Class Overview

The age range of the person.

Summary

Public Methods
abstract int getMax()
The age range's upper bound, if any.
abstract int getMin()
The age range's lower bound, if any.
abstract boolean hasMax()
Indicates whether the "max" field is explicitly set to a value.
abstract boolean hasMin()
Indicates whether the "min" field is explicitly set to a value.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract int getMax ()

The age range's upper bound, if any.

Returns
int

public abstract int getMin ()

The age range's lower bound, if any.

Returns
int

public abstract boolean hasMax ()

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

Returns
boolean

public abstract boolean hasMin ()

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

Returns
boolean