| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Biography |
Biography.clone() |
Biography |
Biography.set(java.lang.String fieldName,
java.lang.Object value) |
Biography |
Biography.setContentType(java.lang.String contentType)
The content type of the biography.
|
Biography |
Biography.setMetadata(FieldMetadata metadata)
Metadata about the biography.
|
Biography |
Biography.setValue(java.lang.String value)
The short biography.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Biography> |
Person.getBiographies()
The person's biographies.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setBiographies(java.util.List<Biography> biographies)
The person's biographies.
|