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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The family name (last name) of this person.
Returns | |
---|---|
String |
The full name of this person, including middle names, suffixes, etc.
Returns | |
---|---|
String |
The given name (first name) of this person.
Returns | |
---|---|
String |
The honorific prefixes (such as "Dr." or "Mrs.") for this person.
Returns | |
---|---|
String |
The honorific suffixes (such as "Jr.") for this person.
Returns | |
---|---|
String |
The middle name of this person.
Returns | |
---|---|
String |
Indicates whether the "familyName" field is explicitly set to a value.
Returns | |
---|---|
boolean |
Indicates whether the "formatted" field is explicitly set to a value.
Returns | |
---|---|
boolean |
Indicates whether the "givenName" field is explicitly set to a value.
Returns | |
---|---|
boolean |
Indicates whether the "honorificPrefix" field is explicitly set to a value.
Returns | |
---|---|
boolean |
Indicates whether the "honorificSuffix" field is explicitly set to a value.
Returns | |
---|---|
boolean |
Indicates whether the "middleName" field is explicitly set to a value.
Returns | |
---|---|
boolean |