Uses of Enum
com.microsoft.graph.models.AppLogDecryptionAlgorithm
Packages that use AppLogDecryptionAlgorithm
-
Uses of AppLogDecryptionAlgorithm in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppLogDecryptionAlgorithmModifier and TypeMethodDescriptionstatic AppLogDecryptionAlgorithmAppLogCollectionDownloadDetails.getAppLogDecryptionAlgorithm()Gets the appLogDecryptionAlgorithm property value.static AppLogDecryptionAlgorithmReturns the enum constant of this type with the specified name.static AppLogDecryptionAlgorithm[]AppLogDecryptionAlgorithm.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 AppLogDecryptionAlgorithmModifier and TypeMethodDescriptionvoidAppLogCollectionDownloadDetails.setAppLogDecryptionAlgorithm(AppLogDecryptionAlgorithm value) Sets the appLogDecryptionAlgorithm property value.