\Microsoft\Graph\ModelCalendarColor

CalendarColor class

Summary

Methods
Properties
Constants
__construct()
is()
value()
No public properties found
LIGHT_BLUE
LIGHT_GREEN
LIGHT_ORANGE
LIGHT_GRAY
LIGHT_YELLOW
LIGHT_TEAL
LIGHT_PINK
LIGHT_BROWN
LIGHT_RED
MAX_COLOR
AUTO
No protected methods found
No protected properties found
N/A
No private methods found
$_value
N/A

Constants

LIGHT_BLUE

LIGHT_BLUE

The Enum CalendarColor

LIGHT_GREEN

LIGHT_GREEN

LIGHT_ORANGE

LIGHT_ORANGE

LIGHT_GRAY

LIGHT_GRAY

LIGHT_YELLOW

LIGHT_YELLOW

LIGHT_TEAL

LIGHT_TEAL

LIGHT_PINK

LIGHT_PINK

LIGHT_BROWN

LIGHT_BROWN

LIGHT_RED

LIGHT_RED

MAX_COLOR

MAX_COLOR

AUTO

AUTO

Properties

$_value

$_value : string

The value of the enum

Type

string

Methods

__construct()

__construct(string  $value) 

Create a new enum

Parameters

string $value

The value of the enum

is()

is(string  $value) : boolean

Check if the enum is defined

Parameters

string $value

the value of the enum

Returns

boolean —

True if the value is defined

value()

value() : \Microsoft\Graph\Core\The

Get the value of the enum

Returns

\Microsoft\Graph\Core\The —

value of the enum