GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Event.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 GenericJson
public Event.ExtendedProperties clone()
clone
in class GenericJson