Uses of Class
odata.msgraph.client.enums.MicrosoftAuthenticatorAuthenticationMode
-
Packages that use MicrosoftAuthenticatorAuthenticationMode Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of MicrosoftAuthenticatorAuthenticationMode in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as MicrosoftAuthenticatorAuthenticationMode Modifier and Type Field Description protected MicrosoftAuthenticatorAuthenticationModeMicrosoftAuthenticatorAuthenticationMethodTarget. authenticationModeMethods in odata.msgraph.client.entity that return types with arguments of type MicrosoftAuthenticatorAuthenticationMode Modifier and Type Method Description Optional<MicrosoftAuthenticatorAuthenticationMode>MicrosoftAuthenticatorAuthenticationMethodTarget. getAuthenticationMode()Methods in odata.msgraph.client.entity with parameters of type MicrosoftAuthenticatorAuthenticationMode Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodTarget.BuilderMicrosoftAuthenticatorAuthenticationMethodTarget.Builder. authenticationMode(MicrosoftAuthenticatorAuthenticationMode authenticationMode)MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. withAuthenticationMode(MicrosoftAuthenticatorAuthenticationMode authenticationMode) -
Uses of MicrosoftAuthenticatorAuthenticationMode in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return MicrosoftAuthenticatorAuthenticationMode Modifier and Type Method Description static MicrosoftAuthenticatorAuthenticationModeMicrosoftAuthenticatorAuthenticationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MicrosoftAuthenticatorAuthenticationMode[]MicrosoftAuthenticatorAuthenticationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-