Uses of Class
odata.msgraph.client.beta.enums.WindowsFirewallRuleTrafficDirectionType
-
Packages that use WindowsFirewallRuleTrafficDirectionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WindowsFirewallRuleTrafficDirectionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsFirewallRuleTrafficDirectionType Modifier and Type Field Description protected WindowsFirewallRuleTrafficDirectionTypeWindowsFirewallRule. trafficDirectionMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsFirewallRuleTrafficDirectionType Modifier and Type Method Description Optional<WindowsFirewallRuleTrafficDirectionType>WindowsFirewallRule. getTrafficDirection()“The traffic direction that the rule is enabled for.Methods in odata.msgraph.client.beta.complex with parameters of type WindowsFirewallRuleTrafficDirectionType Modifier and Type Method Description WindowsFirewallRule.BuilderWindowsFirewallRule.Builder. trafficDirection(WindowsFirewallRuleTrafficDirectionType trafficDirection)“The traffic direction that the rule is enabled for.WindowsFirewallRuleWindowsFirewallRule. withTrafficDirection(WindowsFirewallRuleTrafficDirectionType trafficDirection)Returns an immutable copy ofthiswith just thetrafficDirectionfield changed. -
Uses of WindowsFirewallRuleTrafficDirectionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsFirewallRuleTrafficDirectionType Modifier and Type Method Description static WindowsFirewallRuleTrafficDirectionTypeWindowsFirewallRuleTrafficDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsFirewallRuleTrafficDirectionType[]WindowsFirewallRuleTrafficDirectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-