public class ColorsInfo extends Object
Contains colors definition for calendars and events
Modifier and Type | Field and Description |
---|---|
static String |
KIND
Type of the resource 'calendar#colors'.
|
Constructor and Description |
---|
ColorsInfo()
Initializes a new instance of the ColorsInfo class.
|
ColorsInfo(Date updated,
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> calendar,
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> evnt)
Initializes a new instance of the ColorsInfo class.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> |
getCalendar()
Palette of calendar colors, mapping from the color ID to its definition.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> |
getEvent()
Palette of event colors, mapping from the color ID to its definition.
|
Date |
getUpdated()
Last modification time of the color palette.
|
void |
setUpdated(Date value)
Last modification time of the color palette.
|
public static final String KIND
Type of the resource 'calendar#colors'.
public ColorsInfo()
Initializes a new instance of the ColorsInfo class.
public ColorsInfo(Date updated, com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> calendar, com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> evnt)
Initializes a new instance of the ColorsInfo class.
updated
- Last modification time of the color palette.calendar
- Palette of calendar colors, mapping from the color ID to its definition.evnt
- Palette of event colors, mapping from the color ID to its definition.public final Date getUpdated()
Last modification time of the color palette.
public final void setUpdated(Date value)
Last modification time of the color palette.
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,Colors> getCalendar()
Palette of calendar colors, mapping from the color ID to its definition. An 'calendarListEntry' resource refers to one of these color IDs in its 'color' field.