MicrosoftGraphCalendarColor Class

public final class MicrosoftGraphCalendarColor
extends ExpandableStringEnum<MicrosoftGraphCalendarColor>

calendarColor.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphCalendarColor AUTO

Static value auto for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_BLUE

Static value lightBlue for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_BROWN

Static value lightBrown for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_GRAY

Static value lightGray for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_GREEN

Static value lightGreen for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_ORANGE

Static value lightOrange for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_PINK

Static value lightPink for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_RED

Static value lightRed for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_TEAL

Static value lightTeal for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor LIGHT_YELLOW

Static value lightYellow for MicrosoftGraphCalendarColor.

static final MicrosoftGraphCalendarColor MAX_COLOR

Static value maxColor for MicrosoftGraphCalendarColor.

Constructor Summary

Constructor Description
MicrosoftGraphCalendarColor()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphCalendarColor value.

Method Summary

Modifier and Type Method and Description
static MicrosoftGraphCalendarColor fromString(String name)

Creates or finds a MicrosoftGraphCalendarColor from its string representation.

static Collection<MicrosoftGraphCalendarColor> values()

Gets known MicrosoftGraphCalendarColor values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTO

public static final MicrosoftGraphCalendarColor AUTO

Static value auto for MicrosoftGraphCalendarColor.

LIGHT_BLUE

public static final MicrosoftGraphCalendarColor LIGHT_BLUE

Static value lightBlue for MicrosoftGraphCalendarColor.

LIGHT_BROWN

public static final MicrosoftGraphCalendarColor LIGHT_BROWN

Static value lightBrown for MicrosoftGraphCalendarColor.

LIGHT_GRAY

public static final MicrosoftGraphCalendarColor LIGHT_GRAY

Static value lightGray for MicrosoftGraphCalendarColor.

LIGHT_GREEN

public static final MicrosoftGraphCalendarColor LIGHT_GREEN

Static value lightGreen for MicrosoftGraphCalendarColor.

LIGHT_ORANGE

public static final MicrosoftGraphCalendarColor LIGHT_ORANGE

Static value lightOrange for MicrosoftGraphCalendarColor.

LIGHT_PINK

public static final MicrosoftGraphCalendarColor LIGHT_PINK

Static value lightPink for MicrosoftGraphCalendarColor.

LIGHT_RED

public static final MicrosoftGraphCalendarColor LIGHT_RED

Static value lightRed for MicrosoftGraphCalendarColor.

LIGHT_TEAL

public static final MicrosoftGraphCalendarColor LIGHT_TEAL

Static value lightTeal for MicrosoftGraphCalendarColor.

LIGHT_YELLOW

public static final MicrosoftGraphCalendarColor LIGHT_YELLOW

Static value lightYellow for MicrosoftGraphCalendarColor.

MAX_COLOR

public static final MicrosoftGraphCalendarColor MAX_COLOR

Static value maxColor for MicrosoftGraphCalendarColor.

Constructor Details

MicrosoftGraphCalendarColor

@Deprecated
public MicrosoftGraphCalendarColor()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphCalendarColor value.

Method Details

fromString

public static MicrosoftGraphCalendarColor fromString(String name)

Creates or finds a MicrosoftGraphCalendarColor from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphCalendarColor.

values

public static Collection values()

Gets known MicrosoftGraphCalendarColor values.

Returns:

known MicrosoftGraphCalendarColor values.

Applies to