| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationGuardBlockClipboardSharingType |
Windows10EndpointProtectionConfiguration.applicationGuardBlockClipboardSharing |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationGuardBlockClipboardSharingType> |
Windows10EndpointProtectionConfiguration.getApplicationGuardBlockClipboardSharing()
“Block clipboard to share data from Host to Container, or from Container to Host,
or both ways, or neither ways.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.applicationGuardBlockClipboardSharing(ApplicationGuardBlockClipboardSharingType applicationGuardBlockClipboardSharing)
“Block clipboard to share data from Host to Container, or from Container to Host,
or both ways, or neither ways.”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withApplicationGuardBlockClipboardSharing(ApplicationGuardBlockClipboardSharingType applicationGuardBlockClipboardSharing)
Returns an immutable copy of
this with just the applicationGuardBlockClipboardSharing field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationGuardBlockClipboardSharingType |
ApplicationGuardBlockClipboardSharingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationGuardBlockClipboardSharingType[] |
ApplicationGuardBlockClipboardSharingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.