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

MicrosoftGraphScheduleEntityTheme 类

public final class MicrosoftGraphScheduleEntityTheme
extends ExpandableStringEnum<MicrosoftGraphScheduleEntityTheme>

scheduleEntityTheme。

字段摘要

修饰符和类型 字段和描述
static final MicrosoftGraphScheduleEntityTheme BLUE

MicrosoftGraph计划实体主题的静态值蓝色。

static final MicrosoftGraphScheduleEntityTheme DARK_BLUE

MicrosoftGraph计划实体主题的静态值深蓝色

static final MicrosoftGraphScheduleEntityTheme DARK_GREEN

Microsoft Graph 计划实体主题的静态值深绿色。

static final MicrosoftGraphScheduleEntityTheme DARK_PINK

MicrosoftGraph计划实体主题的静态值深粉色

static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE

MicrosoftGraph计划实体主题的静态值深紫色

static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW

Microsoft Graph 计划实体主题的静态值深黄色。

static final MicrosoftGraphScheduleEntityTheme GRAY

MicrosoftGraph计划实体主题的静态值灰色。

static final MicrosoftGraphScheduleEntityTheme GREEN

MicrosoftGraph计划实体主题的静态值绿色。

static final MicrosoftGraphScheduleEntityTheme PINK

MicrosoftGraph计划实体主题的静态值粉红色。

static final MicrosoftGraphScheduleEntityTheme PURPLE

MicrosoftGraph计划实体主题的静态值紫色。

static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE

静态值未知MicrosoftGraph计划实体主题的未来值。

static final MicrosoftGraphScheduleEntityTheme WHITE

MicrosoftGraph计划实体主题的静态值白色。

static final MicrosoftGraphScheduleEntityTheme YELLOW

MicrosoftGraph计划实体主题的静态值黄色。

构造函数摘要

构造函数 说明
MicrosoftGraphScheduleEntityTheme()

已放弃

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

创建 MicrosoftGraph计划实体主题值的新实例。

方法摘要

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

从其字符串表示形式创建或查找 MicrosoftGraph计划实体主题。

static Collection<MicrosoftGraphScheduleEntityTheme> values()

获取已知的 MicrosoftGraph计划实体主题值。

方法继承自 ExpandableStringEnum

方法继承自 java.lang.Object

字段详细信息

BLUE

public static final MicrosoftGraphScheduleEntityTheme BLUE

MicrosoftGraphScheduleEntityTheme 的静态值蓝色。

DARK_BLUE

public static final MicrosoftGraphScheduleEntityTheme DARK_BLUE

MicrosoftGraphScheduleEntityTheme 的静态值 darkBlue。

DARK_GREEN

public static final MicrosoftGraphScheduleEntityTheme DARK_GREEN

MicrosoftGraphScheduleEntityTheme 的静态值 darkGreen。

DARK_PINK

public static final MicrosoftGraphScheduleEntityTheme DARK_PINK

MicrosoftGraphScheduleEntityTheme 的静态值 darkPink。

DARK_PURPLE

public static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE

MicrosoftGraphScheduleEntityTheme 的静态值 darkPurple。

DARK_YELLOW

public static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW

MicrosoftGraphScheduleEntityTheme 的静态值 darkYellow。

GRAY

public static final MicrosoftGraphScheduleEntityTheme GRAY

MicrosoftGraphScheduleEntityTheme 的静态值灰色。

GREEN

public static final MicrosoftGraphScheduleEntityTheme GREEN

MicrosoftGraphScheduleEntityTheme 的静态值绿色。

PINK

public static final MicrosoftGraphScheduleEntityTheme PINK

MicrosoftGraphScheduleEntityTheme 的静态值粉红色。

PURPLE

public static final MicrosoftGraphScheduleEntityTheme PURPLE

MicrosoftGraphScheduleEntityTheme 的静态值紫色。

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE

静态值 unknownFutureValue for MicrosoftGraphScheduleEntityTheme。

WHITE

public static final MicrosoftGraphScheduleEntityTheme WHITE

MicrosoftGraphScheduleEntityTheme 的静态值白色。

YELLOW

public static final MicrosoftGraphScheduleEntityTheme YELLOW

MicrosoftGraphScheduleEntityTheme 的静态值黄色。

构造函数详细信息

MicrosoftGraphScheduleEntityTheme

@Deprecated
public MicrosoftGraphScheduleEntityTheme()

已放弃

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

创建 MicrosoftGraphScheduleEntityTheme 值的新实例。

方法详细信息

fromString

public static MicrosoftGraphScheduleEntityTheme fromString(String name)

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

Parameters:

name - 要查找的名称。

Returns:

相应的 MicrosoftGraphScheduleEntityTheme。

values

public static Collection values()

获取已知的 MicrosoftGraphScheduleEntityTheme 值。

Returns:

已知的 MicrosoftGraphScheduleEntityTheme 值。

适用于