| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationGuardBlockFileTransferType |
Windows10EndpointProtectionConfiguration.applicationGuardBlockFileTransfer |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationGuardBlockFileTransferType> |
Windows10EndpointProtectionConfiguration.getApplicationGuardBlockFileTransfer()
“Block clipboard to transfer image file, text file or neither of them”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.applicationGuardBlockFileTransfer(ApplicationGuardBlockFileTransferType applicationGuardBlockFileTransfer)
“Block clipboard to transfer image file, text file or neither of them”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withApplicationGuardBlockFileTransfer(ApplicationGuardBlockFileTransferType applicationGuardBlockFileTransfer)
Returns an immutable copy of
this with just the applicationGuardBlockFileTransfer field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationGuardBlockFileTransferType |
ApplicationGuardBlockFileTransferType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationGuardBlockFileTransferType[] |
ApplicationGuardBlockFileTransferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.