Uses of Class
odata.msgraph.client.entity.PhoneAuthenticationMethod
-
Packages that use PhoneAuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of PhoneAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type PhoneAuthenticationMethod Modifier and Type Field Description protected List<PhoneAuthenticationMethod>Authentication. phoneMethodsMethods in odata.msgraph.client.entity that return PhoneAuthenticationMethod Modifier and Type Method Description PhoneAuthenticationMethodPhoneAuthenticationMethod.Builder. build()PhoneAuthenticationMethodPhoneAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PhoneAuthenticationMethodPhoneAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PhoneAuthenticationMethodPhoneAuthenticationMethod. withPhoneNumber(String phoneNumber)PhoneAuthenticationMethodPhoneAuthenticationMethod. withPhoneType(AuthenticationPhoneType phoneType)PhoneAuthenticationMethodPhoneAuthenticationMethod. withSmsSignInState(AuthenticationMethodSignInState smsSignInState)PhoneAuthenticationMethodPhoneAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type PhoneAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. phoneMethods(PhoneAuthenticationMethod... phoneMethods)Method parameters in odata.msgraph.client.entity with type arguments of type PhoneAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. phoneMethods(List<PhoneAuthenticationMethod> phoneMethods)AuthenticationAuthentication. withPhoneMethods(List<PhoneAuthenticationMethod> phoneMethods)
-