Calendar API v3 (revision 30)



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

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.Organizer
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Enclosing class:
Event

public static final class Event.Organizer
extends GenericJson

The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an 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.Organizer()
           
 
Method Summary
 java.lang.String getDisplayName()
          The organizer's name, if available.
 java.lang.String getEmail()
          The organizer's email address, if available.
 java.lang.String getId()
          The organizer's Profile ID, if available.
 java.lang.Boolean getSelf()
          Whether the organizer corresponds to the calendar on which this copy of the event appears.
 Event.Organizer setDisplayName(java.lang.String displayName)
          The organizer's name, if available.
 Event.Organizer setEmail(java.lang.String email)
          The organizer's email address, if available.
 Event.Organizer setId(java.lang.String id)
          The organizer's Profile ID, if available.
 Event.Organizer setSelf(java.lang.Boolean self)
          Whether the organizer corresponds to the calendar on which this copy of the event appears.
 
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.Organizer

public Event.Organizer()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
The organizer's name, if available. The value returned may be null.


setDisplayName

public Event.Organizer setDisplayName(java.lang.String displayName)
The organizer's name, if available. The value set may be null.


getEmail

public java.lang.String getEmail()
The organizer's email address, if available. The value returned may be null.


setEmail

public Event.Organizer setEmail(java.lang.String email)
The organizer's email address, if available. The value set may be null.


getId

public java.lang.String getId()
The organizer's Profile ID, if available. The value returned may be null.


setId

public Event.Organizer setId(java.lang.String id)
The organizer's Profile ID, if available. The value set may be null.


getSelf

public java.lang.Boolean getSelf()
Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False. The value returned may be null.


setSelf

public Event.Organizer setSelf(java.lang.Boolean self)
Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False. The value set may be null.