Class MicrosoftGraphChatMessageType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChatMessageType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageType
public final class MicrosoftGraphChatMessageType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChatMessageType>
chatMessageType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphChatMessageTypeStatic value chatEvent for MicrosoftGraphChatMessageType.static final MicrosoftGraphChatMessageTypeStatic value message for MicrosoftGraphChatMessageType.static final MicrosoftGraphChatMessageTypeStatic value typing for MicrosoftGraphChatMessageType.static final MicrosoftGraphChatMessageTypeStatic value unknownFutureValue for MicrosoftGraphChatMessageType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphChatMessageType from its string representation.values()Gets known MicrosoftGraphChatMessageType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MESSAGE
Static value message for MicrosoftGraphChatMessageType. -
CHAT_EVENT
Static value chatEvent for MicrosoftGraphChatMessageType. -
TYPING
Static value typing for MicrosoftGraphChatMessageType. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChatMessageType.
-
-
Constructor Details
-
MicrosoftGraphChatMessageType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphChatMessageType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphChatMessageType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphChatMessageType.
-
values
Gets known MicrosoftGraphChatMessageType values.- Returns:
- known MicrosoftGraphChatMessageType values.
-
fromString(String)factory method.