Class Event.Gadget
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Event.Gadget
-
-
Constructor Summary
Constructors Constructor Description Gadget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayModegetDisplay()The gadget's display mode.IntegergetHeight()The gadget's height in pixels.StringgetIconLink()The gadget's icon URL.StringgetLink()The gadget's URL.Map<String,String>getPreferences()The gadget's preferences.StringgetTitle()The gadget's title.StringgetType()The gadget's type.IntegergetWidth()The gadget's width in pixels.
-
-
-
Method Detail
-
getType
public String getType()
The gadget's type.- Returns:
- the value or
nullif none.
-
getTitle
public String getTitle()
The gadget's title.- Returns:
- the value or
nullif none.
-
getLink
public String getLink()
The gadget's URL.- Returns:
- the value or
nullif none.
-
getIconLink
public String getIconLink()
The gadget's icon URL.- Returns:
- the value or
nullif none.
-
getWidth
public Integer getWidth()
The gadget's width in pixels.- Returns:
- the value or
nullif none.
-
getHeight
public Integer getHeight()
The gadget's height in pixels.- Returns:
- the value or
nullif none.
-
getDisplay
public DisplayMode getDisplay()
The gadget's display mode.- Returns:
- the value or
nullif none.
-
-