Uses of Class
odata.msgraph.client.enums.ManagedAppDataStorageLocation
-
Packages that use ManagedAppDataStorageLocation Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ManagedAppDataStorageLocation in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ManagedAppDataStorageLocation Modifier and Type Field Description protected List<ManagedAppDataStorageLocation>ManagedAppProtection. allowedDataStorageLocationsMethods in odata.msgraph.client.entity that return types with arguments of type ManagedAppDataStorageLocation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ManagedAppDataStorageLocation>ManagedAppProtection. getAllowedDataStorageLocations()“Data storage locations where a user may store managed data.”com.github.davidmoten.odata.client.CollectionPage<ManagedAppDataStorageLocation>ManagedAppProtection. getAllowedDataStorageLocations(com.github.davidmoten.odata.client.HttpRequestOptions options)“Data storage locations where a user may store managed data.”Methods in odata.msgraph.client.entity with parameters of type ManagedAppDataStorageLocation Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. allowedDataStorageLocations(ManagedAppDataStorageLocation... allowedDataStorageLocations)DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. allowedDataStorageLocations(ManagedAppDataStorageLocation... allowedDataStorageLocations)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. allowedDataStorageLocations(ManagedAppDataStorageLocation... allowedDataStorageLocations)Method parameters in odata.msgraph.client.entity with type arguments of type ManagedAppDataStorageLocation Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. allowedDataStorageLocations(List<ManagedAppDataStorageLocation> allowedDataStorageLocations)DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. allowedDataStorageLocations(List<ManagedAppDataStorageLocation> allowedDataStorageLocations)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. allowedDataStorageLocations(List<ManagedAppDataStorageLocation> allowedDataStorageLocations)ManagedAppProtectionManagedAppProtection. withAllowedDataStorageLocations(List<ManagedAppDataStorageLocation> allowedDataStorageLocations)Returns an immutable copy ofthiswith just theallowedDataStorageLocationsfield changed. -
Uses of ManagedAppDataStorageLocation in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ManagedAppDataStorageLocation Modifier and Type Method Description static ManagedAppDataStorageLocationManagedAppDataStorageLocation. 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.
-