MicrosoftGraphScheduleEntityTheme Class

public final class MicrosoftGraphScheduleEntityTheme
extends ExpandableStringEnum<MicrosoftGraphScheduleEntityTheme>

scheduleEntityTheme.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphScheduleEntityTheme BLUE

Static value blue for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme DARK_BLUE

Static value darkBlue for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme DARK_GREEN

Static value darkGreen for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme DARK_PINK

Static value darkPink for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE

Static value darkPurple for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW

Static value darkYellow for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme GRAY

Static value gray for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme GREEN

Static value green for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme PINK

Static value pink for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme PURPLE

Static value purple for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme WHITE

Static value white for MicrosoftGraphScheduleEntityTheme.

static final MicrosoftGraphScheduleEntityTheme YELLOW

Static value yellow for MicrosoftGraphScheduleEntityTheme.

Constructor Summary

Constructor Description
MicrosoftGraphScheduleEntityTheme()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphScheduleEntityTheme value.

Method Summary

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

Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.

static Collection<MicrosoftGraphScheduleEntityTheme> values()

Gets known MicrosoftGraphScheduleEntityTheme values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BLUE

public static final MicrosoftGraphScheduleEntityTheme BLUE

Static value blue for MicrosoftGraphScheduleEntityTheme.

DARK_BLUE

public static final MicrosoftGraphScheduleEntityTheme DARK_BLUE

Static value darkBlue for MicrosoftGraphScheduleEntityTheme.

DARK_GREEN

public static final MicrosoftGraphScheduleEntityTheme DARK_GREEN

Static value darkGreen for MicrosoftGraphScheduleEntityTheme.

DARK_PINK

public static final MicrosoftGraphScheduleEntityTheme DARK_PINK

Static value darkPink for MicrosoftGraphScheduleEntityTheme.

DARK_PURPLE

public static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE

Static value darkPurple for MicrosoftGraphScheduleEntityTheme.

DARK_YELLOW

public static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW

Static value darkYellow for MicrosoftGraphScheduleEntityTheme.

GRAY

public static final MicrosoftGraphScheduleEntityTheme GRAY

Static value gray for MicrosoftGraphScheduleEntityTheme.

GREEN

public static final MicrosoftGraphScheduleEntityTheme GREEN

Static value green for MicrosoftGraphScheduleEntityTheme.

PINK

public static final MicrosoftGraphScheduleEntityTheme PINK

Static value pink for MicrosoftGraphScheduleEntityTheme.

PURPLE

public static final MicrosoftGraphScheduleEntityTheme PURPLE

Static value purple for MicrosoftGraphScheduleEntityTheme.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.

WHITE

public static final MicrosoftGraphScheduleEntityTheme WHITE

Static value white for MicrosoftGraphScheduleEntityTheme.

YELLOW

public static final MicrosoftGraphScheduleEntityTheme YELLOW

Static value yellow for MicrosoftGraphScheduleEntityTheme.

Constructor Details

MicrosoftGraphScheduleEntityTheme

@Deprecated
public MicrosoftGraphScheduleEntityTheme()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphScheduleEntityTheme value.

Method Details

fromString

public static MicrosoftGraphScheduleEntityTheme fromString(String name)

Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphScheduleEntityTheme.

values

public static Collection values()

Gets known MicrosoftGraphScheduleEntityTheme values.

Returns:

known MicrosoftGraphScheduleEntityTheme values.

Applies to