Class MicrosoftGraphChatMessageImportance
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChatMessageImportance>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageImportance
-
public final class MicrosoftGraphChatMessageImportance extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChatMessageImportance>
Defines values for MicrosoftGraphChatMessageImportance.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphChatMessageImportance
HIGH
Static value high for MicrosoftGraphChatMessageImportance.static MicrosoftGraphChatMessageImportance
NORMAL
Static value normal for MicrosoftGraphChatMessageImportance.static MicrosoftGraphChatMessageImportance
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChatMessageImportance.static MicrosoftGraphChatMessageImportance
URGENT
Static value urgent for MicrosoftGraphChatMessageImportance.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphChatMessageImportance()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphChatMessageImportance
fromString(String name)
Creates or finds a MicrosoftGraphChatMessageImportance from its string representation.static Collection<MicrosoftGraphChatMessageImportance>
values()
-
-
-
Field Detail
-
NORMAL
public static final MicrosoftGraphChatMessageImportance NORMAL
Static value normal for MicrosoftGraphChatMessageImportance.
-
HIGH
public static final MicrosoftGraphChatMessageImportance HIGH
Static value high for MicrosoftGraphChatMessageImportance.
-
URGENT
public static final MicrosoftGraphChatMessageImportance URGENT
Static value urgent for MicrosoftGraphChatMessageImportance.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphChatMessageImportance UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChatMessageImportance.
-
-
Method Detail
-
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<MicrosoftGraphChatMessageImportance> values()
- Returns:
- known MicrosoftGraphChatMessageImportance values.
-
-