| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MiscKeyword |
MiscKeyword.clone() |
MiscKeyword |
MiscKeyword.set(String fieldName,
Object value) |
MiscKeyword |
MiscKeyword.setFormattedType(String formattedType)
Output only.
|
MiscKeyword |
MiscKeyword.setMetadata(FieldMetadata metadata)
Metadata about the miscellaneous keyword.
|
MiscKeyword |
MiscKeyword.setType(String type)
The miscellaneous keyword type.
|
MiscKeyword |
MiscKeyword.setValue(String value)
The value of the miscellaneous keyword.
|
| Modifier and Type | Method and Description |
|---|---|
List<MiscKeyword> |
Person.getMiscKeywords()
The person's miscellaneous keywords.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setMiscKeywords(List<MiscKeyword> miscKeywords)
The person's miscellaneous keywords.
|
Copyright © 2011–2025 Google. All rights reserved.