Uses of Enum
com.microsoft.graph.models.Enablement
Packages that use Enablement
-
Uses of Enablement in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EnablementModifier and TypeMethodDescriptionstatic EnablementDeviceEnrollmentWindowsHelloForBusinessConfiguration.getEnhancedBiometricsState()Gets the enhancedBiometricsState property value.DeviceEnrollmentWindowsHelloForBusinessConfiguration.getState()Gets the state property value.WindowsUpdateForBusinessConfiguration.getUserPauseAccess()Gets the userPauseAccess property value.WindowsUpdateForBusinessConfiguration.getUserWindowsUpdateScanAccess()Gets the userWindowsUpdateScanAccess property value.static EnablementReturns the enum constant of this type with the specified name.static Enablement[]Enablement.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 EnablementModifier and TypeMethodDescriptionvoidDeviceEnrollmentWindowsHelloForBusinessConfiguration.setEnhancedBiometricsState(Enablement value) Sets the enhancedBiometricsState property value.voidDeviceEnrollmentWindowsHelloForBusinessConfiguration.setState(Enablement value) Sets the state property value.voidWindowsUpdateForBusinessConfiguration.setUserPauseAccess(Enablement value) Sets the userPauseAccess property value.voidWindowsUpdateForBusinessConfiguration.setUserWindowsUpdateScanAccess(Enablement value) Sets the userWindowsUpdateScanAccess property value.