| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedAppDataTransferLevel |
ManagedAppProtection.allowedInboundDataTransferSources |
protected ManagedAppDataTransferLevel |
ManagedAppProtection.allowedOutboundDataTransferDestinations |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedAppDataTransferLevel> |
ManagedAppProtection.getAllowedInboundDataTransferSources()
“Sources from which data is allowed to be transferred.”
|
Optional<ManagedAppDataTransferLevel> |
ManagedAppProtection.getAllowedOutboundDataTransferDestinations()
“Destinations to which data is allowed to be transferred.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.allowedInboundDataTransferSources(ManagedAppDataTransferLevel allowedInboundDataTransferSources) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.allowedInboundDataTransferSources(ManagedAppDataTransferLevel allowedInboundDataTransferSources) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.allowedInboundDataTransferSources(ManagedAppDataTransferLevel allowedInboundDataTransferSources) |
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.allowedOutboundDataTransferDestinations(ManagedAppDataTransferLevel allowedOutboundDataTransferDestinations) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.allowedOutboundDataTransferDestinations(ManagedAppDataTransferLevel allowedOutboundDataTransferDestinations) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.allowedOutboundDataTransferDestinations(ManagedAppDataTransferLevel allowedOutboundDataTransferDestinations) |
ManagedAppProtection |
ManagedAppProtection.withAllowedInboundDataTransferSources(ManagedAppDataTransferLevel allowedInboundDataTransferSources)
Returns an immutable copy of
this with just the allowedInboundDataTransferSources field changed. |
ManagedAppProtection |
ManagedAppProtection.withAllowedOutboundDataTransferDestinations(ManagedAppDataTransferLevel allowedOutboundDataTransferDestinations)
Returns an immutable copy of
this with just the allowedOutboundDataTransferDestinations field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppDataTransferLevel |
ManagedAppDataTransferLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedAppDataTransferLevel[] |
ManagedAppDataTransferLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.