Uses of Enum
com.microsoft.graph.models.WindowsHelloForBusinessPinUsage
Packages that use WindowsHelloForBusinessPinUsage
-
Uses of WindowsHelloForBusinessPinUsage in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsHelloForBusinessPinUsageModifier and TypeMethodDescriptionDeviceEnrollmentWindowsHelloForBusinessConfiguration.getPinLowercaseCharactersUsage()Gets the pinLowercaseCharactersUsage property value.DeviceEnrollmentWindowsHelloForBusinessConfiguration.getPinSpecialCharactersUsage()Gets the pinSpecialCharactersUsage property value.DeviceEnrollmentWindowsHelloForBusinessConfiguration.getPinUppercaseCharactersUsage()Gets the pinUppercaseCharactersUsage property value.Returns the enum constant of this type with the specified name.static WindowsHelloForBusinessPinUsage[]WindowsHelloForBusinessPinUsage.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 WindowsHelloForBusinessPinUsageModifier and TypeMethodDescriptionvoidDeviceEnrollmentWindowsHelloForBusinessConfiguration.setPinLowercaseCharactersUsage(WindowsHelloForBusinessPinUsage value) Sets the pinLowercaseCharactersUsage property value.voidDeviceEnrollmentWindowsHelloForBusinessConfiguration.setPinSpecialCharactersUsage(WindowsHelloForBusinessPinUsage value) Sets the pinSpecialCharactersUsage property value.voidDeviceEnrollmentWindowsHelloForBusinessConfiguration.setPinUppercaseCharactersUsage(WindowsHelloForBusinessPinUsage value) Sets the pinUppercaseCharactersUsage property value.