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>
chatMessageImportance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphChatMessageImportanceStatic value high for MicrosoftGraphChatMessageImportance.static final MicrosoftGraphChatMessageImportanceStatic value normal for MicrosoftGraphChatMessageImportance.static final MicrosoftGraphChatMessageImportanceStatic value unknownFutureValue for MicrosoftGraphChatMessageImportance.static final MicrosoftGraphChatMessageImportanceStatic value urgent for MicrosoftGraphChatMessageImportance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphChatMessageImportance from its string representation.values()Gets known MicrosoftGraphChatMessageImportance values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NORMAL
Static value normal for MicrosoftGraphChatMessageImportance. -
HIGH
Static value high for MicrosoftGraphChatMessageImportance. -
URGENT
Static value urgent for MicrosoftGraphChatMessageImportance. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChatMessageImportance.
-
-
Constructor Details
-
MicrosoftGraphChatMessageImportance
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphChatMessageImportance value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphChatMessageImportance from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphChatMessageImportance.
-
values
Gets known MicrosoftGraphChatMessageImportance values.- Returns:
- known MicrosoftGraphChatMessageImportance values.
-
fromString(String)factory method.