Uses of Class
odata.msgraph.client.beta.entity.B2cAuthenticationMethodsPolicy.Builder
-
Packages that use B2cAuthenticationMethodsPolicy.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of B2cAuthenticationMethodsPolicy.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return B2cAuthenticationMethodsPolicy.Builder Modifier and Type Method Description static B2cAuthenticationMethodsPolicy.BuilderB2cAuthenticationMethodsPolicy. builderB2cAuthenticationMethodsPolicy()Returns a builder which is used to create a new instance of this class (given that this class is immutable).B2cAuthenticationMethodsPolicy.BuilderB2cAuthenticationMethodsPolicy.Builder. id(String id)B2cAuthenticationMethodsPolicy.BuilderB2cAuthenticationMethodsPolicy.Builder. isEmailPasswordAuthenticationEnabled(Boolean isEmailPasswordAuthenticationEnabled)B2cAuthenticationMethodsPolicy.BuilderB2cAuthenticationMethodsPolicy.Builder. isPhoneOneTimePasswordAuthenticationEnabled(Boolean isPhoneOneTimePasswordAuthenticationEnabled)B2cAuthenticationMethodsPolicy.BuilderB2cAuthenticationMethodsPolicy.Builder. isUserNameAuthenticationEnabled(Boolean isUserNameAuthenticationEnabled)
-