| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Attachments.Embed |
Activity.PlusObject.Attachments.Embed.clone() |
Activity.PlusObject.Attachments.Embed |
Activity.PlusObject.Attachments.getEmbed()
If the attachment is a video, the embeddable link.
|
Activity.PlusObject.Attachments.Embed |
Activity.PlusObject.Attachments.Embed.set(java.lang.String fieldName,
java.lang.Object value) |
Activity.PlusObject.Attachments.Embed |
Activity.PlusObject.Attachments.Embed.setType(java.lang.String type)
Media type of the link.
|
Activity.PlusObject.Attachments.Embed |
Activity.PlusObject.Attachments.Embed.setUrl(java.lang.String url)
URL of the link.
|
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Attachments |
Activity.PlusObject.Attachments.setEmbed(Activity.PlusObject.Attachments.Embed embed)
If the attachment is a video, the embeddable link.
|