Uses of Class
odata.msgraph.client.beta.enums.AuthenticationTransformConstant
-
Packages that use AuthenticationTransformConstant Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AuthenticationTransformConstant in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AuthenticationTransformConstant Modifier and Type Field Description protected AuthenticationTransformConstantCryptographySuite. authenticationTransformConstantsMethods in odata.msgraph.client.beta.complex that return types with arguments of type AuthenticationTransformConstant Modifier and Type Method Description Optional<AuthenticationTransformConstant>CryptographySuite. getAuthenticationTransformConstants()“Authentication Transform Constants”Methods in odata.msgraph.client.beta.complex with parameters of type AuthenticationTransformConstant Modifier and Type Method Description CryptographySuite.BuilderCryptographySuite.Builder. authenticationTransformConstants(AuthenticationTransformConstant authenticationTransformConstants)“Authentication Transform Constants”CryptographySuiteCryptographySuite. withAuthenticationTransformConstants(AuthenticationTransformConstant authenticationTransformConstants)Returns an immutable copy ofthiswith just theauthenticationTransformConstantsfield changed. -
Uses of AuthenticationTransformConstant in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AuthenticationTransformConstant Modifier and Type Method Description static AuthenticationTransformConstantAuthenticationTransformConstant. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationTransformConstant[]AuthenticationTransformConstant. values()Returns an array containing the constants of this enum type, in the order they are declared.
-