Uses of Class
odata.msgraph.client.enums.AppLogDecryptionAlgorithm
-
Packages that use AppLogDecryptionAlgorithm Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of AppLogDecryptionAlgorithm in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AppLogDecryptionAlgorithm Modifier and Type Field Description protected AppLogDecryptionAlgorithmAppLogCollectionDownloadDetails. appLogDecryptionAlgorithmMethods in odata.msgraph.client.complex that return types with arguments of type AppLogDecryptionAlgorithm Modifier and Type Method Description Optional<AppLogDecryptionAlgorithm>AppLogCollectionDownloadDetails. getAppLogDecryptionAlgorithm()“Decryption algorithm for Content.Methods in odata.msgraph.client.complex with parameters of type AppLogDecryptionAlgorithm Modifier and Type Method Description AppLogCollectionDownloadDetails.BuilderAppLogCollectionDownloadDetails.Builder. appLogDecryptionAlgorithm(AppLogDecryptionAlgorithm appLogDecryptionAlgorithm)“Decryption algorithm for Content.AppLogCollectionDownloadDetailsAppLogCollectionDownloadDetails. withAppLogDecryptionAlgorithm(AppLogDecryptionAlgorithm appLogDecryptionAlgorithm)Returns an immutable copy ofthiswith just theappLogDecryptionAlgorithmfield changed. -
Uses of AppLogDecryptionAlgorithm in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AppLogDecryptionAlgorithm Modifier and Type Method Description static AppLogDecryptionAlgorithmAppLogDecryptionAlgorithm. valueOf(String name)Returns 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.
-