Uses of Enum
com.microsoft.graph.models.ManagedAppDataStorageLocation
Packages that use ManagedAppDataStorageLocation
-
Uses of ManagedAppDataStorageLocation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedAppDataStorageLocationModifier and TypeMethodDescriptionReturns 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.Methods in com.microsoft.graph.models that return types with arguments of type ManagedAppDataStorageLocationModifier and TypeMethodDescriptionManagedAppProtection.getAllowedDataStorageLocations()Gets the allowedDataStorageLocations property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedAppDataStorageLocationModifier and TypeMethodDescriptionvoidManagedAppProtection.setAllowedDataStorageLocations(List<ManagedAppDataStorageLocation> value) Sets the allowedDataStorageLocations property value.