Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageActionFlag
-
Packages that use MicrosoftGraphMessageActionFlag Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphMessageActionFlag in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphMessageActionFlag Modifier and Type Field Description static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. ANYStatic value any for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. CALLStatic value call for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. DO_NOT_FORWARDStatic value doNotForward for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. FOLLOW_UPStatic value followUp for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. FORWARDStatic value forward for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. FYIStatic value fyi for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. NO_RESPONSE_NECESSARYStatic value noResponseNecessary for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. READStatic value read for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. REPLYStatic value reply for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. REPLY_TO_ALLStatic value replyToAll for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. REVIEWStatic value review for MicrosoftGraphMessageActionFlag.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMessageActionFlag Modifier and Type Method Description static MicrosoftGraphMessageActionFlagMicrosoftGraphMessageActionFlag. fromString(String name)Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.MicrosoftGraphMessageActionFlagMicrosoftGraphMessageRulePredicates. messageActionFlag()Get the messageActionFlag property: The messageActionFlag property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphMessageActionFlag Modifier and Type Method Description static Collection<MicrosoftGraphMessageActionFlag>MicrosoftGraphMessageActionFlag. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphMessageActionFlag Modifier and Type Method Description MicrosoftGraphMessageRulePredicatesMicrosoftGraphMessageRulePredicates. withMessageActionFlag(MicrosoftGraphMessageActionFlag messageActionFlag)Set the messageActionFlag property: The messageActionFlag property.
-