| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Relation |
Relation.clone() |
Relation |
Relation.set(String fieldName,
Object value) |
Relation |
Relation.setFormattedType(String formattedType)
Output only.
|
Relation |
Relation.setMetadata(FieldMetadata metadata)
Metadata about the relation.
|
Relation |
Relation.setPerson(String person)
The name of the other person this relation refers to.
|
Relation |
Relation.setType(String type)
The person's relation to the other person.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relation> |
Person.getRelations()
The person's relations.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setRelations(List<Relation> relations)
The person's relations.
|
Copyright © 2011–2025 Google. All rights reserved.