Uses of Enum
com.microsoft.graph.models.ManagedAppDataTransferLevel
Packages that use ManagedAppDataTransferLevel
-
Uses of ManagedAppDataTransferLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedAppDataTransferLevelModifier and TypeMethodDescriptionstatic ManagedAppDataTransferLevelManagedAppProtection.getAllowedInboundDataTransferSources()Gets the allowedInboundDataTransferSources property value.ManagedAppProtection.getAllowedOutboundDataTransferDestinations()Gets the allowedOutboundDataTransferDestinations property value.static ManagedAppDataTransferLevelReturns the enum constant of this type with the specified name.static ManagedAppDataTransferLevel[]ManagedAppDataTransferLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ManagedAppDataTransferLevelModifier and TypeMethodDescriptionvoidManagedAppProtection.setAllowedInboundDataTransferSources(ManagedAppDataTransferLevel value) Sets the allowedInboundDataTransferSources property value.voidManagedAppProtection.setAllowedOutboundDataTransferDestinations(ManagedAppDataTransferLevel value) Sets the allowedOutboundDataTransferDestinations property value.