| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CoverPhoto |
CoverPhoto.clone() |
CoverPhoto |
CoverPhoto.set(String fieldName,
Object value) |
CoverPhoto |
CoverPhoto.setDefault(Boolean default__)
True if the cover photo is the default cover photo; false if the cover photo is a user-provided
cover photo.
|
CoverPhoto |
CoverPhoto.setMetadata(FieldMetadata metadata)
Metadata about the cover photo.
|
CoverPhoto |
CoverPhoto.setUrl(String url)
The URL of the cover photo.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoverPhoto> |
Person.getCoverPhotos()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setCoverPhotos(List<CoverPhoto> coverPhotos)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.