| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsFirewallRuleInterfaceTypes |
WindowsFirewallRule.interfaceTypes |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsFirewallRuleInterfaceTypes> |
WindowsFirewallRule.getInterfaceTypes()
“The interface types of the rule.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsFirewallRule.Builder |
WindowsFirewallRule.Builder.interfaceTypes(WindowsFirewallRuleInterfaceTypes interfaceTypes)
“The interface types of the rule.”
|
WindowsFirewallRule |
WindowsFirewallRule.withInterfaceTypes(WindowsFirewallRuleInterfaceTypes interfaceTypes)
Returns an immutable copy of
this with just the interfaceTypes
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsFirewallRuleInterfaceTypes |
WindowsFirewallRuleInterfaceTypes.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.
|
Copyright © 2018–2020. All rights reserved.