共用方式為


MicrosoftGraphChatMessageImportance Class

public final class MicrosoftGraphChatMessageImportance
extends ExpandableStringEnum<MicrosoftGraphChatMessageImportance>

chatMessageImportance.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphChatMessageImportance HIGH

Static value high for MicrosoftGraphChatMessageImportance.

static final MicrosoftGraphChatMessageImportance NORMAL

Static value normal for MicrosoftGraphChatMessageImportance.

static final MicrosoftGraphChatMessageImportance UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphChatMessageImportance.

static final MicrosoftGraphChatMessageImportance URGENT

Static value urgent for MicrosoftGraphChatMessageImportance.

Constructor Summary

Constructor Description
MicrosoftGraphChatMessageImportance()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphChatMessageImportance value.

Method Summary

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

Creates or finds a MicrosoftGraphChatMessageImportance from its string representation.

static Collection<MicrosoftGraphChatMessageImportance> values()

Gets known MicrosoftGraphChatMessageImportance values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

HIGH

public static final MicrosoftGraphChatMessageImportance HIGH

Static value high for MicrosoftGraphChatMessageImportance.

NORMAL

public static final MicrosoftGraphChatMessageImportance NORMAL

Static value normal for MicrosoftGraphChatMessageImportance.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphChatMessageImportance UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphChatMessageImportance.

URGENT

public static final MicrosoftGraphChatMessageImportance URGENT

Static value urgent for MicrosoftGraphChatMessageImportance.

Constructor Details

MicrosoftGraphChatMessageImportance

@Deprecated
public MicrosoftGraphChatMessageImportance()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphChatMessageImportance value.

Method Details

fromString

public static MicrosoftGraphChatMessageImportance fromString(String name)

Creates or finds a MicrosoftGraphChatMessageImportance from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphChatMessageImportance.

values

public static Collection values()

Gets known MicrosoftGraphChatMessageImportance values.

Returns:

known MicrosoftGraphChatMessageImportance values.

Applies to