| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Attachments.Image |
Activity.PlusObject.Attachments.Image.clone() |
Activity.PlusObject.Attachments.Image |
Activity.PlusObject.Attachments.getImage()
The preview image for photos or videos.
|
Activity.PlusObject.Attachments.Image |
Activity.PlusObject.Attachments.Image.set(java.lang.String fieldName,
java.lang.Object value) |
Activity.PlusObject.Attachments.Image |
Activity.PlusObject.Attachments.Image.setHeight(java.lang.Long height)
The height, in pixels, of the linked resource.
|
Activity.PlusObject.Attachments.Image |
Activity.PlusObject.Attachments.Image.setType(java.lang.String type)
Media type of the link.
|
Activity.PlusObject.Attachments.Image |
Activity.PlusObject.Attachments.Image.setUrl(java.lang.String url)
Image URL.
|
Activity.PlusObject.Attachments.Image |
Activity.PlusObject.Attachments.Image.setWidth(java.lang.Long width)
The width, in pixels, of the linked resource.
|
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setImage(Activity.PlusObject.Attachments.Image image)
The preview image for photos or videos.
|