| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person.Emails |
Person.Emails.clone() |
Person.Emails |
Person.Emails.set(java.lang.String fieldName,
java.lang.Object value) |
Person.Emails |
Person.Emails.setType(java.lang.String type)
The type of address.
|
Person.Emails |
Person.Emails.setValue(java.lang.String value)
The email address.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Person.Emails> |
Person.getEmails()
A list of email addresses that this person has, including their Google account email address,
and the public verified email addresses on their Google+ profile.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setEmails(java.util.List<Person.Emails> emails)
A list of email addresses that this person has, including their Google account email address,
and the public verified email addresses on their Google+ profile.
|