| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsHelloForBusinessPinUsage |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.pinLowercaseCharactersUsage |
protected WindowsHelloForBusinessPinUsage |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.pinSpecialCharactersUsage |
protected WindowsHelloForBusinessPinUsage |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.pinUppercaseCharactersUsage |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder.pinLowercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinLowercaseCharactersUsage)
“Controls the ability to use lowercase letters in the Windows Hello for Business
PIN.
|
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder.pinSpecialCharactersUsage(WindowsHelloForBusinessPinUsage pinSpecialCharactersUsage)
“Controls the ability to use special characters in the Windows Hello for Business
PIN.
|
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.Builder.pinUppercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinUppercaseCharactersUsage)
“Controls the ability to use uppercase letters in the Windows Hello for Business
PIN.
|
DeviceEnrollmentWindowsHelloForBusinessConfiguration |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.withPinLowercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinLowercaseCharactersUsage)
Returns an immutable copy of
this with just the pinLowercaseCharactersUsage field changed. |
DeviceEnrollmentWindowsHelloForBusinessConfiguration |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.withPinSpecialCharactersUsage(WindowsHelloForBusinessPinUsage pinSpecialCharactersUsage)
Returns an immutable copy of
this with just the pinSpecialCharactersUsage field changed. |
DeviceEnrollmentWindowsHelloForBusinessConfiguration |
DeviceEnrollmentWindowsHelloForBusinessConfiguration.withPinUppercaseCharactersUsage(WindowsHelloForBusinessPinUsage pinUppercaseCharactersUsage)
Returns an immutable copy of
this with just the pinUppercaseCharactersUsage field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsHelloForBusinessPinUsage |
WindowsHelloForBusinessPinUsage.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.
|
Copyright © 2018–2020. All rights reserved.