Uses of Class
odata.msgraph.client.entity.AuthenticationMethodsRoot.Builder
-
Packages that use AuthenticationMethodsRoot.Builder Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationMethodsRoot.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return AuthenticationMethodsRoot.Builder Modifier and Type Method Description static AuthenticationMethodsRoot.BuilderAuthenticationMethodsRoot. builderAuthenticationMethodsRoot()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AuthenticationMethodsRoot.BuilderAuthenticationMethodsRoot.Builder. id(String id)AuthenticationMethodsRoot.BuilderAuthenticationMethodsRoot.Builder. userRegistrationDetails(List<UserRegistrationDetails> userRegistrationDetails)AuthenticationMethodsRoot.BuilderAuthenticationMethodsRoot.Builder. userRegistrationDetails(UserRegistrationDetails... userRegistrationDetails)
-