Uses of Class
odata.msgraph.client.entity.SmsAuthenticationMethodTarget.Builder
-
Packages that use SmsAuthenticationMethodTarget.Builder Package Description odata.msgraph.client.entity -
-
Uses of SmsAuthenticationMethodTarget.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return SmsAuthenticationMethodTarget.Builder Modifier and Type Method Description static SmsAuthenticationMethodTarget.BuilderSmsAuthenticationMethodTarget. builderSmsAuthenticationMethodTarget()Returns a builder which is used to create a new instance of this class (given that this class is immutable).SmsAuthenticationMethodTarget.BuilderSmsAuthenticationMethodTarget.Builder. id(String id)SmsAuthenticationMethodTarget.BuilderSmsAuthenticationMethodTarget.Builder. isRegistrationRequired(Boolean isRegistrationRequired)SmsAuthenticationMethodTarget.BuilderSmsAuthenticationMethodTarget.Builder. isUsableForSignIn(Boolean isUsableForSignIn)SmsAuthenticationMethodTarget.BuilderSmsAuthenticationMethodTarget.Builder. targetType(AuthenticationMethodTargetType targetType)
-