public static final class Event.ExtendedProperties
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Event.ExtendedProperties() |
| Modifier and Type | Method and Description |
|---|---|
Event.ExtendedProperties |
clone() |
java.util.Map<java.lang.String,java.lang.String> |
getPrivate()
Properties that are private to the copy of the event that appears on this calendar.
|
java.util.Map<java.lang.String,java.lang.String> |
getShared()
Properties that are shared between copies of the event on other attendees' calendars.
|
Event.ExtendedProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
Event.ExtendedProperties |
setPrivate(java.util.Map<java.lang.String,java.lang.String> private__)
Properties that are private to the copy of the event that appears on this calendar.
|
Event.ExtendedProperties |
setShared(java.util.Map<java.lang.String,java.lang.String> shared)
Properties that are shared between copies of the event on other attendees' calendars.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.Map<java.lang.String,java.lang.String> getPrivate()
null for nonepublic Event.ExtendedProperties setPrivate(java.util.Map<java.lang.String,java.lang.String> private__)
private__ - private__ or null for nonepublic java.util.Map<java.lang.String,java.lang.String> getShared()
null for nonepublic Event.ExtendedProperties setShared(java.util.Map<java.lang.String,java.lang.String> shared)
shared - shared or null for nonepublic Event.ExtendedProperties set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Event.ExtendedProperties clone()
clone in class com.google.api.client.json.GenericJson