ColorsInfo

Inheritance: java.lang.Object

public class ColorsInfo

Contains colors definition for calendars and events

Constructors

ConstructorDescription
ColorsInfo()Initializes a new instance of the ColorsInfo class.
ColorsInfo(Date updated, System.Collections.Generic.Dictionary<String,Colors> calendar, System.Collections.Generic.Dictionary<String,Colors> evnt)Initializes a new instance of the ColorsInfo class.

Fields

FieldDescription
KINDType of the resource ‘calendar#colors’.

Methods

MethodDescription
equals(Object arg0)
getCalendar()Palette of calendar colors, mapping from the color ID to its definition.
getClass()
getEvent()Palette of event colors, mapping from the color ID to its definition.
getUpdated()Last modification time of the color palette.
hashCode()
notify()
notifyAll()
setUpdated(Date value)Last modification time of the color palette.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ColorsInfo()

public ColorsInfo()

Initializes a new instance of the ColorsInfo class.

ColorsInfo(Date updated, System.Collections.Generic.Dictionary<String,Colors> calendar, System.Collections.Generic.Dictionary<String,Colors> evnt)

public ColorsInfo(Date updated, System.Collections.Generic.Dictionary<String,Colors> calendar, System.Collections.Generic.Dictionary<String,Colors> evnt)

Initializes a new instance of the ColorsInfo class.

Parameters:

ParameterTypeDescription
updatedjava.util.DateLast modification time of the color palette.
calendarcom.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.Colors>Palette of calendar colors, mapping from the color ID to its definition.
evntcom.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.Colors>Palette of event colors, mapping from the color ID to its definition.

KIND

public static final String KIND

Type of the resource ‘calendar#colors’.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getCalendar()

public final 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.

Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.Colors>

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEvent()

public final System.Collections.Generic.Dictionary<String,Colors> getEvent()

Palette of event colors, mapping from the color ID to its definition. An ’event’ resource may refer to one of these color IDs in its ‘color’ field.

Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.email.Colors>

getUpdated()

public final Date getUpdated()

Last modification time of the color palette.

Returns: java.util.Date

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setUpdated(Date value)

public final void setUpdated(Date value)

Last modification time of the color palette.

Parameters:

ParameterTypeDescription
valuejava.util.Date

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int