public final class EventAttachment
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Calendar API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
EventAttachment()  | 
| Modifier and Type | Method and Description | 
|---|---|
EventAttachment | 
clone()  | 
String | 
getFileId()
ID of the attached file. 
 | 
String | 
getFileUrl()
URL link to the attachment. 
 | 
String | 
getIconLink()
URL link to the attachment's icon. 
 | 
String | 
getMimeType()
Internet media type (MIME type) of the attachment. 
 | 
String | 
getTitle()
Attachment title. 
 | 
EventAttachment | 
set(String fieldName,
   Object value)  | 
EventAttachment | 
setFileId(String fileId)
ID of the attached file. 
 | 
EventAttachment | 
setFileUrl(String fileUrl)
URL link to the attachment. 
 | 
EventAttachment | 
setIconLink(String iconLink)
URL link to the attachment's icon. 
 | 
EventAttachment | 
setMimeType(String mimeType)
Internet media type (MIME type) of the attachment. 
 | 
EventAttachment | 
setTitle(String title)
Attachment title. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getFileId()
null for nonepublic EventAttachment setFileId(String fileId)
fileId - fileId or null for nonepublic String getFileUrl()
null for nonepublic EventAttachment setFileUrl(String fileUrl)
fileUrl - fileUrl or null for nonepublic String getIconLink()
null for nonepublic EventAttachment setIconLink(String iconLink)
iconLink - iconLink or null for nonepublic String getMimeType()
null for nonepublic EventAttachment setMimeType(String mimeType)
mimeType - mimeType or null for nonepublic String getTitle()
null for nonepublic EventAttachment setTitle(String title)
title - title or null for nonepublic EventAttachment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EventAttachment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.