Uses of Class
odata.msgraph.client.entity.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationMethod in odata.msgraph.client.entity
Subclasses of AuthenticationMethod in odata.msgraph.client.entity Modifier and Type Class Description classEmailAuthenticationMethodclassFido2AuthenticationMethodclassMicrosoftAuthenticatorAuthenticationMethodclassPasswordAuthenticationMethodclassPhoneAuthenticationMethodclassSoftwareOathAuthenticationMethodclassTemporaryAccessPassAuthenticationMethodclassWindowsHelloForBusinessAuthenticationMethodFields in odata.msgraph.client.entity with type parameters of type AuthenticationMethod Modifier and Type Field Description protected List<AuthenticationMethod>Authentication. methodsMethods in odata.msgraph.client.entity that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationMethodAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationMethodAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. methods(AuthenticationMethod... methods)Method parameters in odata.msgraph.client.entity with type arguments of type AuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. methods(List<AuthenticationMethod> methods)AuthenticationAuthentication. withMethods(List<AuthenticationMethod> methods)
-