Uses of Enum
com.microsoft.graph.models.ManagedAppDataEncryptionType
Packages that use ManagedAppDataEncryptionType
-
Uses of ManagedAppDataEncryptionType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedAppDataEncryptionTypeModifier and TypeMethodDescriptionstatic ManagedAppDataEncryptionTypeDefaultManagedAppProtection.getAppDataEncryptionType()Gets the appDataEncryptionType property value.IosManagedAppProtection.getAppDataEncryptionType()Gets the appDataEncryptionType property value.static ManagedAppDataEncryptionTypeReturns the enum constant of this type with the specified name.static ManagedAppDataEncryptionType[]ManagedAppDataEncryptionType.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 ManagedAppDataEncryptionTypeModifier and TypeMethodDescriptionvoidDefaultManagedAppProtection.setAppDataEncryptionType(ManagedAppDataEncryptionType value) Sets the appDataEncryptionType property value.voidIosManagedAppProtection.setAppDataEncryptionType(ManagedAppDataEncryptionType value) Sets the appDataEncryptionType property value.