Uses of Class
odata.msgraph.client.beta.enums.AuthenticationMethodState
-
Packages that use AuthenticationMethodState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AuthenticationMethodState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AuthenticationMethodState Modifier and Type Field Description protected AuthenticationMethodStateAuthenticationMethodConfiguration. stateMethods in odata.msgraph.client.beta.entity that return types with arguments of type AuthenticationMethodState Modifier and Type Method Description Optional<AuthenticationMethodState>AuthenticationMethodConfiguration. getState()Methods in odata.msgraph.client.beta.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)SmsAuthenticationMethodConfiguration.BuilderSmsAuthenticationMethodConfiguration.Builder. state(AuthenticationMethodState state)TemporaryAccessPassAuthenticationMethodConfiguration.BuilderTemporaryAccessPassAuthenticationMethodConfiguration.Builder. state(AuthenticationMethodState state)AuthenticationMethodConfigurationAuthenticationMethodConfiguration. withState(AuthenticationMethodState state) -
Uses of AuthenticationMethodState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-