Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageType
Packages that use MicrosoftGraphChatMessageType
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphChatMessageType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphChatMessageTypeModifier and TypeFieldDescriptionstatic final MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType.CHAT_EVENTStatic value chatEvent for MicrosoftGraphChatMessageType.static final MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType.MESSAGEStatic value message for MicrosoftGraphChatMessageType.static final MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType.TYPINGStatic value typing for MicrosoftGraphChatMessageType.static final MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType.UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphChatMessageType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageTypeModifier and TypeMethodDescriptionMicrosoftGraphChatMessageType.fromString(String name) Creates or finds a MicrosoftGraphChatMessageType from its string representation.MicrosoftGraphChatMessage.messageType()Get the messageType property: chatMessageType.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageTypeModifier and TypeMethodDescriptionMicrosoftGraphChatMessageType.values()Gets known MicrosoftGraphChatMessageType values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphChatMessageTypeModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.withMessageType(MicrosoftGraphChatMessageType messageType) Set the messageType property: chatMessageType.