Uses of Class
odata.msgraph.client.entity.PhoneAuthenticationMethod.Builder
-
Packages that use PhoneAuthenticationMethod.Builder Package Description odata.msgraph.client.entity -
-
Uses of PhoneAuthenticationMethod.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return PhoneAuthenticationMethod.Builder Modifier and Type Method Description static PhoneAuthenticationMethod.BuilderPhoneAuthenticationMethod. builderPhoneAuthenticationMethod()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PhoneAuthenticationMethod.BuilderPhoneAuthenticationMethod.Builder. id(String id)PhoneAuthenticationMethod.BuilderPhoneAuthenticationMethod.Builder. phoneNumber(String phoneNumber)PhoneAuthenticationMethod.BuilderPhoneAuthenticationMethod.Builder. phoneType(AuthenticationPhoneType phoneType)PhoneAuthenticationMethod.BuilderPhoneAuthenticationMethod.Builder. smsSignInState(AuthenticationMethodSignInState smsSignInState)
-