Uses of Enum
com.microsoft.graph.models.StateManagementSetting
Packages that use StateManagementSetting
-
Uses of StateManagementSetting in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return StateManagementSettingModifier and TypeMethodDescriptionstatic StateManagementSettingWindows10GeneralConfiguration.getAppsAllowTrustedAppsSideloading()Gets the appsAllowTrustedAppsSideloading property value.Windows10GeneralConfiguration.getDeveloperUnlockSetting()Gets the developerUnlockSetting property value.WindowsFirewallNetworkProfile.getFirewallEnabled()Gets the firewallEnabled property value.Windows10GeneralConfiguration.getPrivacyAdvertisingId()Gets the privacyAdvertisingId property value.static StateManagementSettingReturns 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.Methods in com.microsoft.graph.models with parameters of type StateManagementSettingModifier and TypeMethodDescriptionvoidWindows10GeneralConfiguration.setAppsAllowTrustedAppsSideloading(StateManagementSetting value) Sets the appsAllowTrustedAppsSideloading property value.voidWindows10GeneralConfiguration.setDeveloperUnlockSetting(StateManagementSetting value) Sets the developerUnlockSetting property value.voidWindowsFirewallNetworkProfile.setFirewallEnabled(StateManagementSetting value) Sets the firewallEnabled property value.voidWindows10GeneralConfiguration.setPrivacyAdvertisingId(StateManagementSetting value) Sets the privacyAdvertisingId property value.