Uses of Class
odata.msgraph.client.beta.enums.StateManagementSetting
-
Packages that use StateManagementSetting Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of StateManagementSetting in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as StateManagementSetting Modifier and Type Field Description protected StateManagementSettingWindowsFirewallRule. actionprotected StateManagementSettingWindowsFirewallRule. edgeTraversalprotected StateManagementSettingWindowsFirewallNetworkProfile. firewallEnabledprotected StateManagementSettingDeviceManagementUserRightsSetting. stateMethods in odata.msgraph.client.beta.complex that return types with arguments of type StateManagementSetting Modifier and Type Method 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”Methods in odata.msgraph.client.beta.complex with parameters of type StateManagementSetting Modifier and Type Method Description WindowsFirewallRule.BuilderWindowsFirewallRule.Builder. action(StateManagementSetting action)“The action the rule enforces.WindowsFirewallRule.BuilderWindowsFirewallRule.Builder. edgeTraversal(StateManagementSetting edgeTraversal)“Indicates whether edge traversal is enabled or disabled for this rule.WindowsFirewallNetworkProfile.BuilderWindowsFirewallNetworkProfile.Builder. firewallEnabled(StateManagementSetting firewallEnabled)“Configures the host device to allow or block the firewall and advanced security enforcement for the network profile.”DeviceManagementUserRightsSetting.BuilderDeviceManagementUserRightsSetting.Builder. state(StateManagementSetting state)“Representing the current state of this user rights setting”WindowsFirewallRuleWindowsFirewallRule. withAction(StateManagementSetting action)Returns an immutable copy ofthiswith just theactionfield changed.WindowsFirewallRuleWindowsFirewallRule. withEdgeTraversal(StateManagementSetting edgeTraversal)Returns an immutable copy ofthiswith just theedgeTraversalfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withFirewallEnabled(StateManagementSetting firewallEnabled)Returns an immutable copy ofthiswith just thefirewallEnabledfield changed.DeviceManagementUserRightsSettingDeviceManagementUserRightsSetting. withState(StateManagementSetting state)Returns an immutable copy ofthiswith just thestatefield changed. -
Uses of StateManagementSetting in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as StateManagementSetting Modifier and Type Field Description protected StateManagementSettingWindows10GeneralConfiguration. appsAllowTrustedAppsSideloadingprotected StateManagementSettingWindows10GeneralConfiguration. developerUnlockSettingprotected StateManagementSettingWindows10GeneralConfiguration. inkWorkspaceAccessStateprotected StateManagementSettingWindows10GeneralConfiguration. privacyAdvertisingIdMethods in odata.msgraph.client.beta.entity that return types with arguments of type StateManagementSetting Modifier and Type Method 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.Methods in odata.msgraph.client.beta.entity with parameters of type StateManagementSetting Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. appsAllowTrustedAppsSideloading(StateManagementSetting appsAllowTrustedAppsSideloading)“Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded.”Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. developerUnlockSetting(StateManagementSetting developerUnlockSetting)“Indicates whether or not to allow developer unlock.”Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. inkWorkspaceAccessState(StateManagementSetting inkWorkspaceAccessState)“Controls the user access to the ink workspace, from the desktop and from above the lock screen.”Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. privacyAdvertisingId(StateManagementSetting privacyAdvertisingId)“Enables or disables the use of advertising ID.Windows10GeneralConfigurationWindows10GeneralConfiguration. withAppsAllowTrustedAppsSideloading(StateManagementSetting appsAllowTrustedAppsSideloading)Returns an immutable copy ofthiswith just theappsAllowTrustedAppsSideloadingfield changed.Windows10GeneralConfigurationWindows10GeneralConfiguration. withDeveloperUnlockSetting(StateManagementSetting developerUnlockSetting)Returns an immutable copy ofthiswith just thedeveloperUnlockSettingfield changed.Windows10GeneralConfigurationWindows10GeneralConfiguration. withInkWorkspaceAccessState(StateManagementSetting inkWorkspaceAccessState)Returns an immutable copy ofthiswith just theinkWorkspaceAccessStatefield changed.Windows10GeneralConfigurationWindows10GeneralConfiguration. withPrivacyAdvertisingId(StateManagementSetting privacyAdvertisingId)Returns an immutable copy ofthiswith just theprivacyAdvertisingIdfield changed. -
Uses of StateManagementSetting in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return StateManagementSetting Modifier and Type Method Description static StateManagementSettingStateManagementSetting. 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.
-