| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CoverPhoto |
CoverPhoto.clone() |
CoverPhoto |
CoverPhoto.set(java.lang.String fieldName,
java.lang.Object value) |
CoverPhoto |
CoverPhoto.setDefault(java.lang.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(java.lang.String url)
The URL of the cover photo.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CoverPhoto> |
Person.getCoverPhotos()
The person's read-only cover photos.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setCoverPhotos(java.util.List<CoverPhoto> coverPhotos)
The person's read-only cover photos.
|