| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedAppClipboardSharingLevel |
ManagedAppProtection.allowedOutboundClipboardSharingLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedAppClipboardSharingLevel> |
ManagedAppProtection.getAllowedOutboundClipboardSharingLevel()
“The level to which the clipboard may be shared between apps on the managed
device.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.allowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.allowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.allowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel) |
ManagedAppProtection |
ManagedAppProtection.withAllowedOutboundClipboardSharingLevel(ManagedAppClipboardSharingLevel allowedOutboundClipboardSharingLevel)
Returns an immutable copy of
this with just the allowedOutboundClipboardSharingLevel field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppClipboardSharingLevel |
ManagedAppClipboardSharingLevel.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.
|
Copyright © 2018–2020. All rights reserved.