Calendar API v3 (revision 30)



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

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

public static final class Event.Gadget
extends GenericJson

A gadget that extends this 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.Gadget()
           
 
Method Summary
 java.lang.String getDisplay()
          The gadget's display mode.
 java.lang.Integer getHeight()
          The gadget's height in pixels.
 java.lang.String getIconLink()
          The gadget's icon URL.
 java.lang.String getLink()
          The gadget's URL.
 java.util.Map<java.lang.String,java.lang.String> getPreferences()
          Preferences.
 java.lang.String getTitle()
          The gadget's title.
 java.lang.String getType()
          The gadget's type.
 java.lang.Integer getWidth()
          The gadget's width in pixels.
 Event.Gadget setDisplay(java.lang.String display)
          The gadget's display mode.
 Event.Gadget setHeight(java.lang.Integer height)
          The gadget's height in pixels.
 Event.Gadget setIconLink(java.lang.String iconLink)
          The gadget's icon URL.
 Event.Gadget setLink(java.lang.String link)
          The gadget's URL.
 Event.Gadget setPreferences(java.util.Map<java.lang.String,java.lang.String> preferences)
          Preferences.
 Event.Gadget setTitle(java.lang.String title)
          The gadget's title.
 Event.Gadget setType(java.lang.String type)
          The gadget's type.
 Event.Gadget setWidth(java.lang.Integer width)
          The gadget's width in pixels.
 
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.Gadget

public Event.Gadget()
Method Detail

getDisplay

public java.lang.String getDisplay()
The gadget's display mode. Optional. Possible values are: - "icon" - The gadget displays next to the event's title in the calendar view. - "chip" - The gadget displays when the event is clicked. The value returned may be null.


setDisplay

public Event.Gadget setDisplay(java.lang.String display)
The gadget's display mode. Optional. Possible values are: - "icon" - The gadget displays next to the event's title in the calendar view. - "chip" - The gadget displays when the event is clicked. The value set may be null.


getHeight

public java.lang.Integer getHeight()
The gadget's height in pixels. Optional. The value returned may be null.


setHeight

public Event.Gadget setHeight(java.lang.Integer height)
The gadget's height in pixels. Optional. The value set may be null.


getIconLink

public java.lang.String getIconLink()
The gadget's icon URL. The value returned may be null.


setIconLink

public Event.Gadget setIconLink(java.lang.String iconLink)
The gadget's icon URL. The value set may be null.


getLink

public java.lang.String getLink()
The gadget's URL. The value returned may be null.


setLink

public Event.Gadget setLink(java.lang.String link)
The gadget's URL. The value set may be null.


getPreferences

public java.util.Map<java.lang.String,java.lang.String> getPreferences()
Preferences. The value returned may be null.


setPreferences

public Event.Gadget setPreferences(java.util.Map<java.lang.String,java.lang.String> preferences)
Preferences. The value set may be null.


getTitle

public java.lang.String getTitle()
The gadget's title. The value returned may be null.


setTitle

public Event.Gadget setTitle(java.lang.String title)
The gadget's title. The value set may be null.


getType

public java.lang.String getType()
The gadget's type. The value returned may be null.


setType

public Event.Gadget setType(java.lang.String type)
The gadget's type. The value set may be null.


getWidth

public java.lang.Integer getWidth()
The gadget's width in pixels. Optional. The value returned may be null.


setWidth

public Event.Gadget setWidth(java.lang.Integer width)
The gadget's width in pixels. Optional. The value set may be null.