Uses of Class
odata.msgraph.client.enums.WindowsInformationProtectionPinCharacterRequirements
-
Packages that use WindowsInformationProtectionPinCharacterRequirements Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsInformationProtectionPinCharacterRequirements in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsInformationProtectionPinCharacterRequirements Modifier and Type Field Description protected WindowsInformationProtectionPinCharacterRequirementsWindowsInformationProtectionPolicy. pinLowercaseLettersprotected WindowsInformationProtectionPinCharacterRequirementsWindowsInformationProtectionPolicy. pinSpecialCharactersprotected WindowsInformationProtectionPinCharacterRequirementsWindowsInformationProtectionPolicy. pinUppercaseLettersMethods in odata.msgraph.client.entity that return types with arguments of type WindowsInformationProtectionPinCharacterRequirements Modifier and Type Method Description Optional<WindowsInformationProtectionPinCharacterRequirements>WindowsInformationProtectionPolicy. getPinLowercaseLetters()“Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN.Optional<WindowsInformationProtectionPinCharacterRequirements>WindowsInformationProtectionPolicy. getPinSpecialCharacters()“Integer value that configures the use of special characters in the Windows Hello for Business PIN.Optional<WindowsInformationProtectionPinCharacterRequirements>WindowsInformationProtectionPolicy. getPinUppercaseLetters()“Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN.Methods in odata.msgraph.client.entity with parameters of type WindowsInformationProtectionPinCharacterRequirements Modifier and Type Method Description WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. pinLowercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinLowercaseLetters)“Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN.WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. pinSpecialCharacters(WindowsInformationProtectionPinCharacterRequirements pinSpecialCharacters)“Integer value that configures the use of special characters in the Windows Hello for Business PIN.WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. pinUppercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinUppercaseLetters)“Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN.WindowsInformationProtectionPolicyWindowsInformationProtectionPolicy. withPinLowercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinLowercaseLetters)Returns an immutable copy ofthiswith just thepinLowercaseLettersfield changed.WindowsInformationProtectionPolicyWindowsInformationProtectionPolicy. withPinSpecialCharacters(WindowsInformationProtectionPinCharacterRequirements pinSpecialCharacters)Returns an immutable copy ofthiswith just thepinSpecialCharactersfield changed.WindowsInformationProtectionPolicyWindowsInformationProtectionPolicy. withPinUppercaseLetters(WindowsInformationProtectionPinCharacterRequirements pinUppercaseLetters)Returns an immutable copy ofthiswith just thepinUppercaseLettersfield changed. -
Uses of WindowsInformationProtectionPinCharacterRequirements in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsInformationProtectionPinCharacterRequirements Modifier and Type Method Description static WindowsInformationProtectionPinCharacterRequirementsWindowsInformationProtectionPinCharacterRequirements. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsInformationProtectionPinCharacterRequirements[]WindowsInformationProtectionPinCharacterRequirements. values()Returns an array containing the constants of this enum type, in the order they are declared.
-