Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageImportance
-
Packages that use MicrosoftGraphChatMessageImportance Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphChatMessageImportance in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphChatMessageImportance Modifier and Type Field Description static MicrosoftGraphChatMessageImportanceMicrosoftGraphChatMessageImportance. HIGHStatic value high for MicrosoftGraphChatMessageImportance.static MicrosoftGraphChatMessageImportanceMicrosoftGraphChatMessageImportance. NORMALStatic value normal for MicrosoftGraphChatMessageImportance.static MicrosoftGraphChatMessageImportanceMicrosoftGraphChatMessageImportance. UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphChatMessageImportance.static MicrosoftGraphChatMessageImportanceMicrosoftGraphChatMessageImportance. URGENTStatic value urgent for MicrosoftGraphChatMessageImportance.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageImportance Modifier and Type Method Description static MicrosoftGraphChatMessageImportanceMicrosoftGraphChatMessageImportance. fromString(String name)Creates or finds a MicrosoftGraphChatMessageImportance from its string representation.MicrosoftGraphChatMessageImportanceMicrosoftGraphChatMessage. importance()Get the importance property: The importance property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageImportance Modifier and Type Method Description static Collection<MicrosoftGraphChatMessageImportance>MicrosoftGraphChatMessageImportance. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphChatMessageImportance Modifier and Type Method Description MicrosoftGraphChatMessageMicrosoftGraphChatMessage. withImportance(MicrosoftGraphChatMessageImportance importance)Set the importance property: The importance property.
-