Uses of Class
odata.msgraph.client.enums.ManagedAppClipboardSharingLevel
-
Packages that use ManagedAppClipboardSharingLevel Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ManagedAppClipboardSharingLevel in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ManagedAppClipboardSharingLevel Modifier and Type Field Description protected ManagedAppClipboardSharingLevelManagedAppProtection. allowedOutboundClipboardSharingLevelMethods in odata.msgraph.client.entity that return types with arguments of type ManagedAppClipboardSharingLevel Modifier and Type Method Description Optional<ManagedAppClipboardSharingLevel>ManagedAppProtection. getAllowedOutboundClipboardSharingLevel()“The level to which the clipboard may be shared between apps on the managed device.”Methods in odata.msgraph.client.entity with parameters of type ManagedAppClipboardSharingLevel Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. allowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel)DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. allowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. allowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel)ManagedAppProtectionManagedAppProtection. withAllowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel)Returns an immutable copy ofthiswith just theallowedOutboundClipboardSharingLevelfield changed. -
Uses of ManagedAppClipboardSharingLevel in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ManagedAppClipboardSharingLevel Modifier and Type Method Description static ManagedAppClipboardSharingLevelManagedAppClipboardSharingLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedAppClipboardSharingLevel[]ManagedAppClipboardSharingLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-