Uses of Class
odata.msgraph.client.enums.StateManagementSetting
-
Packages that use StateManagementSetting Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of StateManagementSetting in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as StateManagementSetting Modifier and Type Field Description protected StateManagementSettingWindowsFirewallNetworkProfile. firewallEnabledMethods in odata.msgraph.client.complex that return types with arguments of type StateManagementSetting Modifier and Type Method Description Optional<StateManagementSetting>WindowsFirewallNetworkProfile. getFirewallEnabled()“Configures the host device to allow or block the firewall and advanced security enforcement for the network profile.”Methods in odata.msgraph.client.complex with parameters of type StateManagementSetting Modifier and Type Method Description WindowsFirewallNetworkProfile.BuilderWindowsFirewallNetworkProfile.Builder. firewallEnabled(StateManagementSetting firewallEnabled)“Configures the host device to allow or block the firewall and advanced security enforcement for the network profile.”WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withFirewallEnabled(StateManagementSetting firewallEnabled)Returns an immutable copy ofthiswith just thefirewallEnabledfield changed. -
Uses of StateManagementSetting in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as StateManagementSetting Modifier and Type Field Description protected StateManagementSettingWindows10GeneralConfiguration. appsAllowTrustedAppsSideloadingprotected StateManagementSettingWindows10GeneralConfiguration. developerUnlockSettingprotected StateManagementSettingWindows10GeneralConfiguration. privacyAdvertisingIdMethods in odata.msgraph.client.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. getPrivacyAdvertisingId()“Enables or disables the use of advertising ID.Methods in odata.msgraph.client.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. 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. withPrivacyAdvertisingId(StateManagementSetting privacyAdvertisingId)Returns an immutable copy ofthiswith just theprivacyAdvertisingIdfield changed. -
Uses of StateManagementSetting in odata.msgraph.client.enums
Methods in odata.msgraph.client.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.
-