Uses of Class
odata.msgraph.client.enums.WeakAlgorithms
-
Packages that use WeakAlgorithms Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of WeakAlgorithms in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as WeakAlgorithms Modifier and Type Field Description protected WeakAlgorithmsRequestSignatureVerification. allowedWeakAlgorithmsMethods in odata.msgraph.client.complex that return types with arguments of type WeakAlgorithms Modifier and Type Method Description Optional<WeakAlgorithms>RequestSignatureVerification. getAllowedWeakAlgorithms()Methods in odata.msgraph.client.complex with parameters of type WeakAlgorithms Modifier and Type Method Description RequestSignatureVerification.BuilderRequestSignatureVerification.Builder. allowedWeakAlgorithms(WeakAlgorithms allowedWeakAlgorithms)RequestSignatureVerificationRequestSignatureVerification. withAllowedWeakAlgorithms(WeakAlgorithms allowedWeakAlgorithms) -
Uses of WeakAlgorithms in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WeakAlgorithms Modifier and Type Method Description static WeakAlgorithmsWeakAlgorithms. valueOf(String name)Returns the enum constant of this type with the specified name.static WeakAlgorithms[]WeakAlgorithms. values()Returns an array containing the constants of this enum type, in the order they are declared.
-