Package | Description |
---|---|
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
EventAttachment |
EventAttachment.clone() |
EventAttachment |
EventAttachment.set(String fieldName,
Object value) |
EventAttachment |
EventAttachment.setFileId(String fileId)
ID of the attached file.
|
EventAttachment |
EventAttachment.setFileUrl(String fileUrl)
URL link to the attachment.
|
EventAttachment |
EventAttachment.setIconLink(String iconLink)
URL link to the attachment's icon.
|
EventAttachment |
EventAttachment.setMimeType(String mimeType)
Internet media type (MIME type) of the attachment.
|
EventAttachment |
EventAttachment.setTitle(String title)
Attachment title.
|
Modifier and Type | Method and Description |
---|---|
List<EventAttachment> |
Event.getAttachments()
File attachments for the event.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.setAttachments(List<EventAttachment> attachments)
File attachments for the event.
|
Copyright © 2011–2025 Google. All rights reserved.