| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
RelationshipInterest |
RelationshipInterest.clone() |
RelationshipInterest |
RelationshipInterest.set(java.lang.String fieldName,
java.lang.Object value) |
RelationshipInterest |
RelationshipInterest.setFormattedValue(java.lang.String formattedValue)
The value of the relationship interest translated and formatted in the viewer's account locale
or the locale specified in the Accept-Language HTTP header.
|
RelationshipInterest |
RelationshipInterest.setMetadata(FieldMetadata metadata)
Metadata about the relationship interest.
|
RelationshipInterest |
RelationshipInterest.setValue(java.lang.String value)
The kind of relationship the person is looking for.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RelationshipInterest> |
Person.getRelationshipInterests()
The person's read-only relationship interests.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setRelationshipInterests(java.util.List<RelationshipInterest> relationshipInterests)
The person's read-only relationship interests.
|