Uses of Enum
com.microsoft.graph.models.WindowsInformationProtectionPinCharacterRequirements
Packages that use WindowsInformationProtectionPinCharacterRequirements
-
Uses of WindowsInformationProtectionPinCharacterRequirements in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsInformationProtectionPinCharacterRequirementsModifier and TypeMethodDescriptionWindowsInformationProtectionPolicy.getPinLowercaseLetters()Gets the pinLowercaseLetters property value.WindowsInformationProtectionPolicy.getPinSpecialCharacters()Gets the pinSpecialCharacters property value.WindowsInformationProtectionPolicy.getPinUppercaseLetters()Gets the pinUppercaseLetters property value.Returns the enum constant of this type with the specified name.WindowsInformationProtectionPinCharacterRequirements.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 WindowsInformationProtectionPinCharacterRequirementsModifier and TypeMethodDescriptionvoidWindowsInformationProtectionPolicy.setPinLowercaseLetters(WindowsInformationProtectionPinCharacterRequirements value) Sets the pinLowercaseLetters property value.voidWindowsInformationProtectionPolicy.setPinSpecialCharacters(WindowsInformationProtectionPinCharacterRequirements value) Sets the pinSpecialCharacters property value.voidWindowsInformationProtectionPolicy.setPinUppercaseLetters(WindowsInformationProtectionPinCharacterRequirements value) Sets the pinUppercaseLetters property value.