| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person.Image |
Person.Image.clone() |
Person.Image |
Person.getImage()
The representation of the person's profile photo.
|
Person.Image |
Person.Image.set(java.lang.String fieldName,
java.lang.Object value) |
Person.Image |
Person.Image.setIsDefault(java.lang.Boolean isDefault)
Whether the person's profile photo is the default one
|
Person.Image |
Person.Image.setUrl(java.lang.String url)
The URL of the person's profile photo.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setImage(Person.Image image)
The representation of the person's profile photo.
|