Uses of Class
odata.msgraph.client.enums.WindowsHelloForBusinessPinUsage
-
Packages that use WindowsHelloForBusinessPinUsage Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsHelloForBusinessPinUsage in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsHelloForBusinessPinUsage Modifier and Type Field Description protected WindowsHelloForBusinessPinUsageDeviceEnrollmentWindowsHelloForBusinessConfiguration. pinLowercaseCharactersUsageprotected WindowsHelloForBusinessPinUsageDeviceEnrollmentWindowsHelloForBusinessConfiguration. pinSpecialCharactersUsageprotected WindowsHelloForBusinessPinUsageDeviceEnrollmentWindowsHelloForBusinessConfiguration. pinUppercaseCharactersUsageMethods in odata.msgraph.client.entity that return types with arguments of type WindowsHelloForBusinessPinUsage Modifier and Type Method Description Optional<WindowsHelloForBusinessPinUsage>DeviceEnrollmentWindowsHelloForBusinessConfiguration. getPinLowercaseCharactersUsage()“Controls the ability to use lowercase letters in the Windows Hello for Business PIN.Optional<WindowsHelloForBusinessPinUsage>DeviceEnrollmentWindowsHelloForBusinessConfiguration. getPinSpecialCharactersUsage()“Controls the ability to use special characters in the Windows Hello for Business PIN.Optional<WindowsHelloForBusinessPinUsage>DeviceEnrollmentWindowsHelloForBusinessConfiguration. getPinUppercaseCharactersUsage()“Controls the ability to use uppercase letters in the Windows Hello for Business PIN.Methods in odata.msgraph.client.entity with parameters of type WindowsHelloForBusinessPinUsage Modifier and Type Method Description DeviceEnrollmentWindowsHelloForBusinessConfiguration.BuilderDeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder. pinLowercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinLowercaseCharactersUsage)“Controls the ability to use lowercase letters in the Windows Hello for Business PIN.DeviceEnrollmentWindowsHelloForBusinessConfiguration.BuilderDeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder. pinSpecialCharactersUsage(WindowsHelloForBusinessPinUsage pinSpecialCharactersUsage)“Controls the ability to use special characters in the Windows Hello for Business PIN.DeviceEnrollmentWindowsHelloForBusinessConfiguration.BuilderDeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder. pinUppercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinUppercaseCharactersUsage)“Controls the ability to use uppercase letters in the Windows Hello for Business PIN.DeviceEnrollmentWindowsHelloForBusinessConfigurationDeviceEnrollmentWindowsHelloForBusinessConfiguration. withPinLowercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinLowercaseCharactersUsage)Returns an immutable copy ofthiswith just thepinLowercaseCharactersUsagefield changed.DeviceEnrollmentWindowsHelloForBusinessConfigurationDeviceEnrollmentWindowsHelloForBusinessConfiguration. withPinSpecialCharactersUsage(WindowsHelloForBusinessPinUsage pinSpecialCharactersUsage)Returns an immutable copy ofthiswith just thepinSpecialCharactersUsagefield changed.DeviceEnrollmentWindowsHelloForBusinessConfigurationDeviceEnrollmentWindowsHelloForBusinessConfiguration. withPinUppercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinUppercaseCharactersUsage)Returns an immutable copy ofthiswith just thepinUppercaseCharactersUsagefield changed. -
Uses of WindowsHelloForBusinessPinUsage in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsHelloForBusinessPinUsage Modifier and Type Method Description static WindowsHelloForBusinessPinUsageWindowsHelloForBusinessPinUsage. valueOf(String name)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.
-