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

MicrosoftGraphChatMessageImportance 类

public final class MicrosoftGraphChatMessageImportance
extends ExpandableStringEnum<MicrosoftGraphChatMessageImportance>

chatMessageImportance。

字段摘要

修饰符和类型 字段和描述
static final MicrosoftGraphChatMessageImportance HIGH

MicrosoftGraph聊天消息重要性的高静态值。

static final MicrosoftGraphChatMessageImportance NORMAL

MicrosoftGraph聊天消息重要性的静态值正常。

static final MicrosoftGraphChatMessageImportance UNKNOWN_FUTURE_VALUE

静态值未知MicrosoftGraph聊天消息重要性的未来值。

static final MicrosoftGraphChatMessageImportance URGENT

MicrosoftGraph聊天消息重要性的紧急静态值。

构造函数摘要

构造函数 说明
MicrosoftGraphChatMessageImportance()

已放弃

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

创建 MicrosoftGraph聊天消息重要性值的新实例。

方法摘要

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

从其字符串表示形式创建或查找 MicrosoftGraph聊天消息重要性。

static Collection<MicrosoftGraphChatMessageImportance> values()

获取已知的 MicrosoftGraph聊天消息重要性值。

方法继承自 ExpandableStringEnum

方法继承自 java.lang.Object

字段详细信息

HIGH

public static final MicrosoftGraphChatMessageImportance HIGH

MicrosoftGraphChatMessageImportance 的静态值较高。

NORMAL

public static final MicrosoftGraphChatMessageImportance NORMAL

MicrosoftGraphChatMessageImportance 的静态值正常。

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphChatMessageImportance UNKNOWN_FUTURE_VALUE

静态值 unknownFutureValue for MicrosoftGraphChatMessageImportance。

URGENT

public static final MicrosoftGraphChatMessageImportance URGENT

MicrosoftGraphChatMessageImportance 的静态值紧急。

构造函数详细信息

MicrosoftGraphChatMessageImportance

@Deprecated
public MicrosoftGraphChatMessageImportance()

已放弃

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

创建 MicrosoftGraphChatMessageImportance 值的新实例。

方法详细信息

fromString

public static MicrosoftGraphChatMessageImportance fromString(String name)

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

Parameters:

name - 要查找的名称。

Returns:

相应的 MicrosoftGraphChatMessageImportance。

values

public static Collection values()

获取已知的 MicrosoftGraphChatMessageImportance 值。

Returns:

已知的 MicrosoftGraphChatMessageImportance 值。

适用于