| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PersonProperties |
PersonProperties.clone() |
PersonProperties |
InsertPersonRequest.getPersonProperties()
The properties of the person mention to insert.
|
PersonProperties |
Person.getPersonProperties()
Output only.
|
PersonProperties |
PersonProperties.set(String fieldName,
Object value) |
PersonProperties |
PersonProperties.setEmail(String email)
The email address linked to this Person.
|
PersonProperties |
PersonProperties.setName(String name)
The name of the person if it's displayed in the link text instead of the person's email
address.
|
| Modifier and Type | Method and Description |
|---|---|
InsertPersonRequest |
InsertPersonRequest.setPersonProperties(PersonProperties personProperties)
The properties of the person mention to insert.
|
Person |
Person.setPersonProperties(PersonProperties personProperties)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.