com.google.android.gms.plus.model.people.Person.Name |
An object representation of the individual components of a person's name.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The family name (last name) of this person.
| |||||||||||
The full name of this person, including middle names, suffixes, etc.
| |||||||||||
The given name (first name) of this person.
| |||||||||||
The honorific prefixes (such as "Dr." or "Mrs.") for this person.
| |||||||||||
The honorific suffixes (such as "Jr.") for this person.
| |||||||||||
The middle name of this person.
| |||||||||||
Indicates whether the "familyName" field is explicitly set to a value.
| |||||||||||
Indicates whether the "formatted" field is explicitly set to a value.
| |||||||||||
Indicates whether the "givenName" field is explicitly set to a value.
| |||||||||||
Indicates whether the "honorificPrefix" field is explicitly set to a value.
| |||||||||||
Indicates whether the "honorificSuffix" field is explicitly set to a value.
| |||||||||||
Indicates whether the "middleName" field is explicitly set to a value.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.data.Freezable
|
The family name (last name) of this person.
The full name of this person, including middle names, suffixes, etc.
The given name (first name) of this person.
The honorific prefixes (such as "Dr." or "Mrs.") for this person.
The honorific suffixes (such as "Jr.") for this person.
The middle name of this person.
Indicates whether the "familyName" field is explicitly set to a value.
Indicates whether the "formatted" field is explicitly set to a value.
Indicates whether the "givenName" field is explicitly set to a value.
Indicates whether the "honorificPrefix" field is explicitly set to a value.
Indicates whether the "honorificSuffix" field is explicitly set to a value.
Indicates whether the "middleName" field is explicitly set to a value.