| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.clone() |
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.set(java.lang.String fieldName,
java.lang.Object value) |
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setContent(java.lang.String content)
If the attachment is an article, this property contains a snippet of text from the article.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setDisplayName(java.lang.String displayName)
The title of the attachment, such as a photo caption or an article title.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setEmbed(Activity.PlusObject.Attachments.Embed embed)
If the attachment is a video, the embeddable link.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setFullImage(Activity.PlusObject.Attachments.FullImage fullImage)
The full image URL for photo attachments.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setId(java.lang.String id)
The ID of the attachment.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setImage(Activity.PlusObject.Attachments.Image image)
The preview image for photos or videos.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setObjectType(java.lang.String objectType)
The type of media object.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setThumbnails(java.util.List<Activity.PlusObject.Attachments.Thumbnails> thumbnails)
If the attachment is an album, this property is a list of potential additional thumbnails from
the album.
|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setUrl(java.lang.String url)
The link to the attachment, which should be of type text/html.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Activity.PlusObject.Attachments> |
Activity.PlusObject.getAttachments()
The media objects attached to this activity.
|
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject |
Activity.PlusObject.setAttachments(java.util.List<Activity.PlusObject.Attachments> attachments)
The media objects attached to this activity.
|