Uses of Enum
com.microsoft.graph.models.ManagedAppPinCharacterSet
Packages that use ManagedAppPinCharacterSet
-
Uses of ManagedAppPinCharacterSet in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedAppPinCharacterSetModifier and TypeMethodDescriptionstatic ManagedAppPinCharacterSetManagedAppProtection.getPinCharacterSet()Gets the pinCharacterSet property value.static ManagedAppPinCharacterSetReturns the enum constant of this type with the specified name.static ManagedAppPinCharacterSet[]ManagedAppPinCharacterSet.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 ManagedAppPinCharacterSetModifier and TypeMethodDescriptionvoidManagedAppProtection.setPinCharacterSet(ManagedAppPinCharacterSet value) Sets the pinCharacterSet property value.