Calendar API v3 (revision 30)



com.google.api.services.calendar.model
Class Event.ExtendedProperties

java.lang.Object
  extended by java.util.AbstractMap<java.lang.String,java.lang.Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.calendar.model.Event.ExtendedProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Enclosing class:
Event

public static final class Event.ExtendedProperties
extends GenericJson

Extended properties of the event.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
Event.ExtendedProperties()
           
 
Method Summary
 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 setPrivate(java.util.Map<java.lang.String,java.lang.String> calendarPrivate)
          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.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event.ExtendedProperties

public Event.ExtendedProperties()
Method Detail

getPrivate

public 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. The value returned may be null.


setPrivate

public Event.ExtendedProperties setPrivate(java.util.Map<java.lang.String,java.lang.String> calendarPrivate)
Properties that are private to the copy of the event that appears on this calendar. The value set may be null.


getShared

public java.util.Map<java.lang.String,java.lang.String> getShared()
Properties that are shared between copies of the event on other attendees' calendars. The value returned may be null.


setShared

public 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. The value set may be null.