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