Calendar API v3 (revision 30)



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

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

public static final class Event.Creator
extends GenericJson

The creator of the event. Read-only.


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.Creator()
           
 
Method Summary
 java.lang.String getDisplayName()
          The creator's name, if available.
 java.lang.String getEmail()
          The creator's email address, if available.
 java.lang.String getId()
          The creator's Profile ID, if available.
 java.lang.Boolean getSelf()
          Whether the creator corresponds to the calendar on which this copy of the event appears.
 Event.Creator setDisplayName(java.lang.String displayName)
          The creator's name, if available.
 Event.Creator setEmail(java.lang.String email)
          The creator's email address, if available.
 Event.Creator setId(java.lang.String id)
          The creator's Profile ID, if available.
 Event.Creator setSelf(java.lang.Boolean self)
          Whether the creator 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.Creator

public Event.Creator()
Method Detail

getDisplayName

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


setDisplayName

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


getEmail

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


setEmail

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


getId

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


setId

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


getSelf

public java.lang.Boolean getSelf()
Whether the creator 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.Creator setSelf(java.lang.Boolean self)
Whether the creator corresponds to the calendar on which this copy of the event appears. Read- only. The default is False. The value set may be null.