Uses of Class
odata.msgraph.client.beta.enums.ManagedAppDataIngestionLocation
-
Packages that use ManagedAppDataIngestionLocation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ManagedAppDataIngestionLocation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ManagedAppDataIngestionLocation Modifier and Type Field Description protected List<ManagedAppDataIngestionLocation>ManagedAppProtection. allowedDataIngestionLocationsMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedAppDataIngestionLocation Modifier and Type Method 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.”Methods in odata.msgraph.client.beta.entity with parameters of type ManagedAppDataIngestionLocation Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. allowedDataIngestionLocations(ManagedAppDataIngestionLocation... allowedDataIngestionLocations)DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. allowedDataIngestionLocations(ManagedAppDataIngestionLocation... allowedDataIngestionLocations)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. allowedDataIngestionLocations(ManagedAppDataIngestionLocation... allowedDataIngestionLocations)Method parameters in odata.msgraph.client.beta.entity with type arguments of type ManagedAppDataIngestionLocation Modifier and Type Method Description AndroidManagedAppProtection.BuilderAndroidManagedAppProtection.Builder. allowedDataIngestionLocations(List<ManagedAppDataIngestionLocation> allowedDataIngestionLocations)DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. allowedDataIngestionLocations(List<ManagedAppDataIngestionLocation> allowedDataIngestionLocations)IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. allowedDataIngestionLocations(List<ManagedAppDataIngestionLocation> allowedDataIngestionLocations)ManagedAppProtectionManagedAppProtection. withAllowedDataIngestionLocations(List<ManagedAppDataIngestionLocation> allowedDataIngestionLocations)Returns an immutable copy ofthiswith just theallowedDataIngestionLocationsfield changed. -
Uses of ManagedAppDataIngestionLocation in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedAppDataIngestionLocation Modifier and Type Method Description static ManagedAppDataIngestionLocationManagedAppDataIngestionLocation. 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.
-