Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFollowupFlagStatus
-
Packages that use MicrosoftGraphFollowupFlagStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphFollowupFlagStatus in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphFollowupFlagStatus Modifier and Type Field Description static MicrosoftGraphFollowupFlagStatus
MicrosoftGraphFollowupFlagStatus. COMPLETE
Static value complete for MicrosoftGraphFollowupFlagStatus.static MicrosoftGraphFollowupFlagStatus
MicrosoftGraphFollowupFlagStatus. FLAGGED
Static value flagged for MicrosoftGraphFollowupFlagStatus.static MicrosoftGraphFollowupFlagStatus
MicrosoftGraphFollowupFlagStatus. NOT_FLAGGED
Static value notFlagged for MicrosoftGraphFollowupFlagStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFollowupFlagStatus Modifier and Type Method Description MicrosoftGraphFollowupFlagStatus
MicrosoftGraphFollowupFlag. flagStatus()
Get the flagStatus property: The flagStatus property.static MicrosoftGraphFollowupFlagStatus
MicrosoftGraphFollowupFlagStatus. fromString(String name)
Creates or finds a MicrosoftGraphFollowupFlagStatus from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphFollowupFlagStatus Modifier and Type Method Description static Collection<MicrosoftGraphFollowupFlagStatus>
MicrosoftGraphFollowupFlagStatus. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphFollowupFlagStatus Modifier and Type Method Description MicrosoftGraphFollowupFlag
MicrosoftGraphFollowupFlag. withFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus)
Set the flagStatus property: The flagStatus property.
-