Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.ColorDefinition

Packages that use ColorDefinition
com.google.api.services.calendar.model   
 

Uses of ColorDefinition in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return ColorDefinition
 ColorDefinition ColorDefinition.setBackground(java.lang.String background)
          The background color associated with this color definition.
 ColorDefinition ColorDefinition.setForeground(java.lang.String foreground)
          The foreground color that can be used to write on top of a background with 'background' color.
 

Methods in com.google.api.services.calendar.model that return types with arguments of type ColorDefinition
 java.util.Map<java.lang.String,ColorDefinition> Colors.getCalendar()
          Palette of calendar colors, mapping from the color ID to its definition.
 java.util.Map<java.lang.String,ColorDefinition> Colors.getEvent()
          Palette of event colors, mapping from the color ID to its definition.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type ColorDefinition
 Colors Colors.setCalendar(java.util.Map<java.lang.String,ColorDefinition> calendar)
          Palette of calendar colors, mapping from the color ID to its definition.
 Colors Colors.setEvent(java.util.Map<java.lang.String,ColorDefinition> event)
          Palette of event colors, mapping from the color ID to its definition.