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 MicrosoftGraphFollowupFlagStatusMicrosoftGraphFollowupFlagStatus. COMPLETEStatic value complete for MicrosoftGraphFollowupFlagStatus.static MicrosoftGraphFollowupFlagStatusMicrosoftGraphFollowupFlagStatus. FLAGGEDStatic value flagged for MicrosoftGraphFollowupFlagStatus.static MicrosoftGraphFollowupFlagStatusMicrosoftGraphFollowupFlagStatus. NOT_FLAGGEDStatic value notFlagged for MicrosoftGraphFollowupFlagStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFollowupFlagStatus Modifier and Type Method Description MicrosoftGraphFollowupFlagStatusMicrosoftGraphFollowupFlag. flagStatus()Get the flagStatus property: The flagStatus property.static MicrosoftGraphFollowupFlagStatusMicrosoftGraphFollowupFlagStatus. 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 MicrosoftGraphFollowupFlagMicrosoftGraphFollowupFlag. withFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus)Set the flagStatus property: The flagStatus property.
-