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()
Gets last modification time of the color palette.
|
void |
setUpdated(Date value)
Sets 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 Date getUpdated()
Gets last modification time of the color palette.
public void setUpdated(Date value)
Sets last modification time of the color palette.
value
- Last modification time of the color palette.public 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.
Dictionary
object.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.