| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Relation |
Relation.clone() |
Relation |
Relation.set(java.lang.String fieldName,
java.lang.Object value) |
Relation |
Relation.setFormattedType(java.lang.String formattedType)
The type of the relation translated and formatted in the viewer's account locale or the locale
specified in the Accept-Language HTTP header.
|
Relation |
Relation.setMetadata(FieldMetadata metadata)
Metadata about the relation.
|
Relation |
Relation.setPerson(java.lang.String person)
The name of the other person this relation refers to.
|
Relation |
Relation.setType(java.lang.String type)
The person's relation to the other person.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Relation> |
Person.getRelations()
The person's relations.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setRelations(java.util.List<Relation> relations)
The person's relations.
|