| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected StateManagementSetting |
WindowsFirewallRule.action |
protected StateManagementSetting |
WindowsFirewallRule.edgeTraversal |
protected StateManagementSetting |
WindowsFirewallNetworkProfile.firewallEnabled |
protected StateManagementSetting |
DeviceManagementUserRightsSetting.state |
| Modifier and Type | Method and Description |
|---|---|
Optional<StateManagementSetting> |
WindowsFirewallRule.getAction()
“The action the rule enforces.
|
Optional<StateManagementSetting> |
WindowsFirewallRule.getEdgeTraversal()
“Indicates whether edge traversal is enabled or disabled for this rule.
|
Optional<StateManagementSetting> |
WindowsFirewallNetworkProfile.getFirewallEnabled()
“Configures the host device to allow or block the firewall and advanced security
enforcement for the network profile.”
|
Optional<StateManagementSetting> |
DeviceManagementUserRightsSetting.getState()
“Representing the current state of this user rights setting”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsFirewallRule.Builder |
WindowsFirewallRule.Builder.action(StateManagementSetting action)
“The action the rule enforces.
|
WindowsFirewallRule.Builder |
WindowsFirewallRule.Builder.edgeTraversal(StateManagementSetting edgeTraversal)
“Indicates whether edge traversal is enabled or disabled for this rule.
|
WindowsFirewallNetworkProfile.Builder |
WindowsFirewallNetworkProfile.Builder.firewallEnabled(StateManagementSetting firewallEnabled)
“Configures the host device to allow or block the firewall and advanced security
enforcement for the network profile.”
|
DeviceManagementUserRightsSetting.Builder |
DeviceManagementUserRightsSetting.Builder.state(StateManagementSetting state)
“Representing the current state of this user rights setting”
|
WindowsFirewallRule |
WindowsFirewallRule.withAction(StateManagementSetting action)
Returns an immutable copy of
this with just the action field
changed. |
WindowsFirewallRule |
WindowsFirewallRule.withEdgeTraversal(StateManagementSetting edgeTraversal)
Returns an immutable copy of
this with just the edgeTraversal
field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withFirewallEnabled(StateManagementSetting firewallEnabled)
Returns an immutable copy of
this with just the firewallEnabled
field changed. |
DeviceManagementUserRightsSetting |
DeviceManagementUserRightsSetting.withState(StateManagementSetting state)
Returns an immutable copy of
this with just the state field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected StateManagementSetting |
Windows10GeneralConfiguration.appsAllowTrustedAppsSideloading |
protected StateManagementSetting |
Windows10GeneralConfiguration.developerUnlockSetting |
protected StateManagementSetting |
Windows10GeneralConfiguration.inkWorkspaceAccessState |
protected StateManagementSetting |
Windows10GeneralConfiguration.privacyAdvertisingId |
| Modifier and Type | Method and Description |
|---|---|
Optional<StateManagementSetting> |
Windows10GeneralConfiguration.getAppsAllowTrustedAppsSideloading()
“Indicates whether apps from AppX packages signed with a trusted certificate can
be side loaded.”
|
Optional<StateManagementSetting> |
Windows10GeneralConfiguration.getDeveloperUnlockSetting()
“Indicates whether or not to allow developer unlock.”
|
Optional<StateManagementSetting> |
Windows10GeneralConfiguration.getInkWorkspaceAccessState()
“Controls the user access to the ink workspace, from the desktop and from above
the lock screen.”
|
Optional<StateManagementSetting> |
Windows10GeneralConfiguration.getPrivacyAdvertisingId()
“Enables or disables the use of advertising ID.
|
| Modifier and Type | Method and Description |
|---|---|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.appsAllowTrustedAppsSideloading(StateManagementSetting appsAllowTrustedAppsSideloading)
“Indicates whether apps from AppX packages signed with a trusted certificate can
be side loaded.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.developerUnlockSetting(StateManagementSetting developerUnlockSetting)
“Indicates whether or not to allow developer unlock.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.inkWorkspaceAccessState(StateManagementSetting inkWorkspaceAccessState)
“Controls the user access to the ink workspace, from the desktop and from above
the lock screen.”
|
Windows10GeneralConfiguration.Builder |
Windows10GeneralConfiguration.Builder.privacyAdvertisingId(StateManagementSetting privacyAdvertisingId)
“Enables or disables the use of advertising ID.
|
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withAppsAllowTrustedAppsSideloading(StateManagementSetting appsAllowTrustedAppsSideloading)
Returns an immutable copy of
this with just the appsAllowTrustedAppsSideloading field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withDeveloperUnlockSetting(StateManagementSetting developerUnlockSetting)
Returns an immutable copy of
this with just the developerUnlockSetting field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withInkWorkspaceAccessState(StateManagementSetting inkWorkspaceAccessState)
Returns an immutable copy of
this with just the inkWorkspaceAccessState field changed. |
Windows10GeneralConfiguration |
Windows10GeneralConfiguration.withPrivacyAdvertisingId(StateManagementSetting privacyAdvertisingId)
Returns an immutable copy of
this with just the privacyAdvertisingId field changed. |
| Modifier and Type | Method and Description |
|---|---|
static StateManagementSetting |
StateManagementSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateManagementSetting[] |
StateManagementSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.