Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageType
-
Packages that use MicrosoftGraphChatMessageType Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphChatMessageType Modifier and Type Field Description static MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType. CHAT_EVENTStatic value chatEvent for MicrosoftGraphChatMessageType.static MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType. MESSAGEStatic value message for MicrosoftGraphChatMessageType.static MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType. TYPINGStatic value typing for MicrosoftGraphChatMessageType.static MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType. UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphChatMessageType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageType Modifier and Type Method Description static MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessageType. fromString(String name)Creates or finds a MicrosoftGraphChatMessageType from its string representation.MicrosoftGraphChatMessageTypeMicrosoftGraphChatMessage. messageType()Get the messageType property: The messageType property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageType Modifier and Type Method Description static Collection<MicrosoftGraphChatMessageType>MicrosoftGraphChatMessageType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphChatMessageType Modifier and Type Method Description MicrosoftGraphChatMessageMicrosoftGraphChatMessage. withMessageType(MicrosoftGraphChatMessageType messageType)Set the messageType property: The messageType property.
-