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 MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. ANY
Static value any for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. CALL
Static value call for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. DO_NOT_FORWARD
Static value doNotForward for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. FOLLOW_UP
Static value followUp for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. FORWARD
Static value forward for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. FYI
Static value fyi for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. NO_RESPONSE_NECESSARY
Static value noResponseNecessary for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. READ
Static value read for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. REPLY
Static value reply for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. REPLY_TO_ALL
Static value replyToAll for MicrosoftGraphMessageActionFlag.static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. REVIEW
Static value review for MicrosoftGraphMessageActionFlag.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMessageActionFlag Modifier and Type Method Description static MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageActionFlag. fromString(String name)
Creates or finds a MicrosoftGraphMessageActionFlag from its string representation.MicrosoftGraphMessageActionFlag
MicrosoftGraphMessageRulePredicates. 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 MicrosoftGraphMessageRulePredicates
MicrosoftGraphMessageRulePredicates. withMessageActionFlag(MicrosoftGraphMessageActionFlag messageActionFlag)
Set the messageActionFlag property: The messageActionFlag property.
-