| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected List<ManagedAppDataIngestionLocation> |
ManagedAppProtection.allowedDataIngestionLocations |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ManagedAppDataIngestionLocation> |
ManagedAppProtection.getAllowedDataIngestionLocations()
“Data storage locations where a user may store managed data.”
|
com.github.davidmoten.odata.client.CollectionPage<ManagedAppDataIngestionLocation> |
ManagedAppProtection.getAllowedDataIngestionLocations(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Data storage locations where a user may store managed data.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.allowedDataIngestionLocations(ManagedAppDataIngestionLocation... allowedDataIngestionLocations) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.allowedDataIngestionLocations(ManagedAppDataIngestionLocation... allowedDataIngestionLocations) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.allowedDataIngestionLocations(ManagedAppDataIngestionLocation... allowedDataIngestionLocations) |
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedAppProtection.Builder |
AndroidManagedAppProtection.Builder.allowedDataIngestionLocations(List<ManagedAppDataIngestionLocation> allowedDataIngestionLocations) |
IosManagedAppProtection.Builder |
IosManagedAppProtection.Builder.allowedDataIngestionLocations(List<ManagedAppDataIngestionLocation> allowedDataIngestionLocations) |
DefaultManagedAppProtection.Builder |
DefaultManagedAppProtection.Builder.allowedDataIngestionLocations(List<ManagedAppDataIngestionLocation> allowedDataIngestionLocations) |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppDataIngestionLocation |
ManagedAppDataIngestionLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedAppDataIngestionLocation[] |
ManagedAppDataIngestionLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.