| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person.Cover.CoverPhoto |
Person.Cover.CoverPhoto.clone() |
Person.Cover.CoverPhoto |
Person.Cover.getCoverPhoto()
The person's primary cover image.
|
Person.Cover.CoverPhoto |
Person.Cover.CoverPhoto.set(java.lang.String fieldName,
java.lang.Object value) |
Person.Cover.CoverPhoto |
Person.Cover.CoverPhoto.setHeight(java.lang.Integer height)
The height of the image.
|
Person.Cover.CoverPhoto |
Person.Cover.CoverPhoto.setUrl(java.lang.String url)
The URL of the image.
|
Person.Cover.CoverPhoto |
Person.Cover.CoverPhoto.setWidth(java.lang.Integer width)
The width of the image.
|
| Modifier and Type | Method and Description |
|---|---|
Person.Cover |
Person.Cover.setCoverPhoto(Person.Cover.CoverPhoto coverPhoto)
The person's primary cover image.
|