Uses of Enum
com.microsoft.graph.models.WebApplicationFirewallProviderType
Packages that use WebApplicationFirewallProviderType
-
Uses of WebApplicationFirewallProviderType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WebApplicationFirewallProviderTypeModifier and TypeMethodDescriptionWebApplicationFirewallVerificationModel.getProviderType()Gets the providerType property value.Returns the enum constant of this type with the specified name.static WebApplicationFirewallProviderType[]WebApplicationFirewallProviderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type WebApplicationFirewallProviderTypeModifier and TypeMethodDescriptionvoidWebApplicationFirewallVerificationModel.setProviderType(WebApplicationFirewallProviderType value) Sets the providerType property value.