Uses of Class
odata.msgraph.client.entity.AuthenticationMethodsRoot
-
Packages that use AuthenticationMethodsRoot Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationMethodsRoot in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationMethodsRoot Modifier and Type Field Description protected AuthenticationMethodsRootReportRoot. authenticationMethodsMethods in odata.msgraph.client.entity that return AuthenticationMethodsRoot Modifier and Type Method Description AuthenticationMethodsRootAuthenticationMethodsRoot.Builder. build()AuthenticationMethodsRootAuthenticationMethodsRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationMethodsRootAuthenticationMethodsRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationMethodsRootAuthenticationMethodsRoot. withUnmappedField(String name, Object value)AuthenticationMethodsRootAuthenticationMethodsRoot. withUserRegistrationDetails(List<UserRegistrationDetails> userRegistrationDetails)Methods in odata.msgraph.client.entity with parameters of type AuthenticationMethodsRoot Modifier and Type Method Description ReportRoot.BuilderReportRoot.Builder. authenticationMethods(AuthenticationMethodsRoot authenticationMethods)ReportRootReportRoot. withAuthenticationMethods(AuthenticationMethodsRoot authenticationMethods)
-