Uses of Class
odata.msgraph.client.beta.enums.WindowsFirewallRuleInterfaceTypes
-
Packages that use WindowsFirewallRuleInterfaceTypes Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WindowsFirewallRuleInterfaceTypes in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsFirewallRuleInterfaceTypes Modifier and Type Field Description protected WindowsFirewallRuleInterfaceTypesWindowsFirewallRule. interfaceTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsFirewallRuleInterfaceTypes Modifier and Type Method Description Optional<WindowsFirewallRuleInterfaceTypes>WindowsFirewallRule. getInterfaceTypes()“The interface types of the rule.”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsFirewallRuleInterfaceTypes Modifier and Type Method Description WindowsFirewallRule.BuilderWindowsFirewallRule.Builder. interfaceTypes(WindowsFirewallRuleInterfaceTypes interfaceTypes)“The interface types of the rule.”WindowsFirewallRuleWindowsFirewallRule. withInterfaceTypes(WindowsFirewallRuleInterfaceTypes interfaceTypes)Returns an immutable copy ofthiswith just theinterfaceTypesfield changed. -
Uses of WindowsFirewallRuleInterfaceTypes in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsFirewallRuleInterfaceTypes Modifier and Type Method Description static WindowsFirewallRuleInterfaceTypesWindowsFirewallRuleInterfaceTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsFirewallRuleInterfaceTypes[]WindowsFirewallRuleInterfaceTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-