你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphCalendarColor 类

public final class MicrosoftGraphCalendarColor
extends ExpandableStringEnum<MicrosoftGraphCalendarColor>

calendarColor。

字段摘要

修饰符和类型 字段和描述
static final MicrosoftGraphCalendarColor AUTO

MicrosoftGraph日历颜色的自动静态值。

static final MicrosoftGraphCalendarColor LIGHT_BLUE

MicrosoftGraph日历颜色的静态值浅蓝色。

static final MicrosoftGraphCalendarColor LIGHT_BROWN

Microsoft Graph日历颜色的静态值浅棕色。

static final MicrosoftGraphCalendarColor LIGHT_GRAY

MicrosoftGraph日历颜色的静态值浅灰色。

static final MicrosoftGraphCalendarColor LIGHT_GREEN

MicrosoftGraph日历颜色的静态值浅绿色

static final MicrosoftGraphCalendarColor LIGHT_ORANGE

MicrosoftGraph日历颜色的静态值浅橙色。

static final MicrosoftGraphCalendarColor LIGHT_PINK

Microsoft Graph日历颜色的静态值浅粉红。

static final MicrosoftGraphCalendarColor LIGHT_RED

MicrosoftGraph日历颜色的静态值浅红色。

static final MicrosoftGraphCalendarColor LIGHT_TEAL

MicrosoftGraph日历颜色的静态值浅色。

static final MicrosoftGraphCalendarColor LIGHT_YELLOW

MicrosoftGraph日历颜色的静态值浅黄色。

static final MicrosoftGraphCalendarColor MAX_COLOR

MicrosoftGraph日历颜色的静态值最大颜色。

构造函数摘要

构造函数 说明
MicrosoftGraphCalendarColor()

已放弃

fromString(String name)使用工厂方法。

创建 MicrosoftGraph日历颜色值的新实例。

方法摘要

修饰符和类型 方法和描述
static MicrosoftGraphCalendarColor fromString(String name)

从其字符串表示形式创建或查找 MicrosoftGraph日历颜色。

static Collection<MicrosoftGraphCalendarColor> values()

获取已知的 MicrosoftGraph日历颜色值。

方法继承自 ExpandableStringEnum

方法继承自 java.lang.Object

字段详细信息

AUTO

public static final MicrosoftGraphCalendarColor AUTO

MicrosoftGraphCalendarColor 的静态值自动。

LIGHT_BLUE

public static final MicrosoftGraphCalendarColor LIGHT_BLUE

MicrosoftGraphCalendarColor 的静态值 lightBlue。

LIGHT_BROWN

public static final MicrosoftGraphCalendarColor LIGHT_BROWN

MicrosoftGraphCalendarColor 的静态值 lightBrown。

LIGHT_GRAY

public static final MicrosoftGraphCalendarColor LIGHT_GRAY

MicrosoftGraphCalendarColor 的静态值 lightGray。

LIGHT_GREEN

public static final MicrosoftGraphCalendarColor LIGHT_GREEN

MicrosoftGraphCalendarColor 的静态值 lightGreen。

LIGHT_ORANGE

public static final MicrosoftGraphCalendarColor LIGHT_ORANGE

MicrosoftGraphCalendarColor 的静态值 lightOrange。

LIGHT_PINK

public static final MicrosoftGraphCalendarColor LIGHT_PINK

MicrosoftGraphCalendarColor 的静态值 lightPink。

LIGHT_RED

public static final MicrosoftGraphCalendarColor LIGHT_RED

MicrosoftGraphCalendarColor 的静态值 lightRed。

LIGHT_TEAL

public static final MicrosoftGraphCalendarColor LIGHT_TEAL

MicrosoftGraphCalendarColor 的静态值 lightTeal。

LIGHT_YELLOW

public static final MicrosoftGraphCalendarColor LIGHT_YELLOW

MicrosoftGraphCalendarColor 的静态值 lightYellow。

MAX_COLOR

public static final MicrosoftGraphCalendarColor MAX_COLOR

MicrosoftGraphCalendarColor 的静态值 maxColor。

构造函数详细信息

MicrosoftGraphCalendarColor

@Deprecated
public MicrosoftGraphCalendarColor()

已放弃

fromString(String name)使用工厂方法。

创建 MicrosoftGraphCalendarColor 值的新实例。

方法详细信息

fromString

public static MicrosoftGraphCalendarColor fromString(String name)

从其字符串表示形式创建或查找 MicrosoftGraphCalendarColor。

Parameters:

name - 要查找的名称。

Returns:

相应的 MicrosoftGraphCalendarColor。

values

public static Collection values()

获取已知的 MicrosoftGraphCalendarColor 值。

Returns:

已知的 MicrosoftGraphCalendarColor 值。

适用于