com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ExtendedProperties() |
| Modifier and Type | Method and Description |
|---|---|
Event.ExtendedProperties |
clone() |
Map<String,String> |
getPrivate()
Properties that are private to the copy of the event that appears on this calendar.
|
Map<String,String> |
getShared()
Properties that are shared between copies of the event on other attendees' calendars.
|
Event.ExtendedProperties |
set(String fieldName,
Object value) |
Event.ExtendedProperties |
setPrivate(Map<String,String> private__)
Properties that are private to the copy of the event that appears on this calendar.
|
Event.ExtendedProperties |
setShared(Map<String,String> shared)
Properties that are shared between copies of the event on other attendees' calendars.
|
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 Map<String,String> getPrivate()
null for nonepublic Event.ExtendedProperties setPrivate(Map<String,String> private__)
private__ - private__ or null for nonepublic Map<String,String> getShared()
null for nonepublic Event.ExtendedProperties setShared(Map<String,String> shared)
shared - shared or null for nonepublic Event.ExtendedProperties set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Event.ExtendedProperties clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.