Uses of Class
odata.msgraph.client.enums.AuthenticationMethodState
-
Packages that use AuthenticationMethodState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AuthenticationMethodState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationMethodState Modifier and Type Field Description protected AuthenticationMethodStateAuthenticationMethodConfiguration. stateMethods in odata.msgraph.client.entity that return types with arguments of type AuthenticationMethodState Modifier and Type Method Description Optional<AuthenticationMethodState>AuthenticationMethodConfiguration. getState()Methods in odata.msgraph.client.entity with parameters of type AuthenticationMethodState Modifier and Type Method Description EmailAuthenticationMethodConfiguration.BuilderEmailAuthenticationMethodConfiguration.Builder. state(AuthenticationMethodState state)Fido2AuthenticationMethodConfiguration.BuilderFido2AuthenticationMethodConfiguration.Builder. state(AuthenticationMethodState state)MicrosoftAuthenticatorAuthenticationMethodConfiguration.BuilderMicrosoftAuthenticatorAuthenticationMethodConfiguration.Builder. state(AuthenticationMethodState state)AuthenticationMethodConfigurationAuthenticationMethodConfiguration. withState(AuthenticationMethodState state) -
Uses of AuthenticationMethodState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AuthenticationMethodState Modifier and Type Method Description static AuthenticationMethodStateAuthenticationMethodState. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethodState[]AuthenticationMethodState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-