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>
Defines values for MicrosoftGraphChatMessageType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphChatMessageTypeCHAT_EVENTStatic value chatEvent for MicrosoftGraphChatMessageType.static MicrosoftGraphChatMessageTypeMESSAGEStatic value message for MicrosoftGraphChatMessageType.static MicrosoftGraphChatMessageTypeTYPINGStatic value typing for MicrosoftGraphChatMessageType.static MicrosoftGraphChatMessageTypeUNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphChatMessageType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphChatMessageType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphChatMessageTypefromString(String name)Creates or finds a MicrosoftGraphChatMessageType from its string representation.static Collection<MicrosoftGraphChatMessageType>values()
-
-
-
Field Detail
-
MESSAGE
public static final MicrosoftGraphChatMessageType MESSAGE
Static value message for MicrosoftGraphChatMessageType.
-
CHAT_EVENT
public static final MicrosoftGraphChatMessageType CHAT_EVENT
Static value chatEvent for MicrosoftGraphChatMessageType.
-
TYPING
public static final MicrosoftGraphChatMessageType TYPING
Static value typing for MicrosoftGraphChatMessageType.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphChatMessageType UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChatMessageType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphChatMessageType fromString(String name)
Creates or finds a MicrosoftGraphChatMessageType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphChatMessageType.
-
values
public static Collection<MicrosoftGraphChatMessageType> values()
- Returns:
- known MicrosoftGraphChatMessageType values.
-
-