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 classEmailAuthenticationMethodclassFido2AuthenticationMethodclassMicrosoftAuthenticatorAuthenticationMethodclassPasswordAuthenticationMethodclassPhoneAuthenticationMethodclassSoftwareOathAuthenticationMethodclassTemporaryAccessPassAuthenticationMethodclassWindowsHelloForBusinessAuthenticationMethodMethods 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, String value)
-