Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImportance
Packages that use MicrosoftGraphImportance
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphImportance in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphImportanceModifier and TypeFieldDescriptionstatic final MicrosoftGraphImportanceMicrosoftGraphImportance.HIGHStatic value high for MicrosoftGraphImportance.static final MicrosoftGraphImportanceMicrosoftGraphImportance.LOWStatic value low for MicrosoftGraphImportance.static final MicrosoftGraphImportanceMicrosoftGraphImportance.NORMALStatic value normal for MicrosoftGraphImportance.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphImportanceModifier and TypeMethodDescriptionstatic MicrosoftGraphImportanceMicrosoftGraphImportance.fromString(String name) Creates or finds a MicrosoftGraphImportance from its string representation.MicrosoftGraphEvent.importance()Get the importance property: importance.MicrosoftGraphMessage.importance()Get the importance property: importance.MicrosoftGraphMessageRulePredicates.importance()Get the importance property: importance.MicrosoftGraphTodoTask.importance()Get the importance property: importance.MicrosoftGraphMessageRuleActions.markImportance()Get the markImportance property: importance.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphImportanceModifier and TypeMethodDescriptionstatic Collection<MicrosoftGraphImportance>MicrosoftGraphImportance.values()Gets known MicrosoftGraphImportance values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphImportanceModifier and TypeMethodDescriptionMicrosoftGraphEvent.withImportance(MicrosoftGraphImportance importance) Set the importance property: importance.MicrosoftGraphMessage.withImportance(MicrosoftGraphImportance importance) Set the importance property: importance.MicrosoftGraphMessageRulePredicates.withImportance(MicrosoftGraphImportance importance) Set the importance property: importance.MicrosoftGraphTodoTask.withImportance(MicrosoftGraphImportance importance) Set the importance property: importance.MicrosoftGraphMessageRuleActions.withMarkImportance(MicrosoftGraphImportance markImportance) Set the markImportance property: importance.