Uses of Class
odata.msgraph.client.entity.AuthenticationMethodModeDetail
-
Packages that use AuthenticationMethodModeDetail Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationMethodModeDetail in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AuthenticationMethodModeDetail Modifier and Type Field Description protected List<AuthenticationMethodModeDetail>AuthenticationStrengthRoot. authenticationMethodModesMethods in odata.msgraph.client.entity that return AuthenticationMethodModeDetail Modifier and Type Method Description AuthenticationMethodModeDetailAuthenticationMethodModeDetail.Builder. build()AuthenticationMethodModeDetailAuthenticationMethodModeDetail. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationMethodModeDetailAuthenticationMethodModeDetail. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationMethodModeDetailAuthenticationMethodModeDetail. withAuthenticationMethod(BaseAuthenticationMethod authenticationMethod)AuthenticationMethodModeDetailAuthenticationMethodModeDetail. withDisplayName(String displayName)AuthenticationMethodModeDetailAuthenticationMethodModeDetail. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AuthenticationMethodModeDetail Modifier and Type Method Description AuthenticationStrengthRoot.BuilderAuthenticationStrengthRoot.Builder. authenticationMethodModes(AuthenticationMethodModeDetail... authenticationMethodModes)Method parameters in odata.msgraph.client.entity with type arguments of type AuthenticationMethodModeDetail Modifier and Type Method Description AuthenticationStrengthRoot.BuilderAuthenticationStrengthRoot.Builder. authenticationMethodModes(List<AuthenticationMethodModeDetail> authenticationMethodModes)AuthenticationStrengthRootAuthenticationStrengthRoot. withAuthenticationMethodModes(List<AuthenticationMethodModeDetail> authenticationMethodModes)
-