Uses of Class
odata.msgraph.client.enums.ManagedAppPinCharacterSet
-
Packages that use ManagedAppPinCharacterSet Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ManagedAppPinCharacterSet in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ManagedAppPinCharacterSet Modifier and Type Field Description protected ManagedAppPinCharacterSetManagedAppProtection. pinCharacterSetMethods in odata.msgraph.client.entity that return types with arguments of type ManagedAppPinCharacterSet Modifier and Type Method Description Optional<ManagedAppPinCharacterSet>ManagedAppProtection. getPinCharacterSet()“Character set which may be used for an app-level pin if PinRequired is set to True.”Methods in odata.msgraph.client.entity with parameters of type ManagedAppPinCharacterSet Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. pinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet)DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. pinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. pinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet)ManagedAppProtectionManagedAppProtection. withPinCharacterSet(ManagedAppPinCharacterSet pinCharacterSet)Returns an immutable copy ofthiswith just thepinCharacterSetfield changed. -
Uses of ManagedAppPinCharacterSet in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ManagedAppPinCharacterSet Modifier and Type Method Description static ManagedAppPinCharacterSetManagedAppPinCharacterSet. valueOf(String name)Returns 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.
-