Package odata.msgraph.client.entity
Class PhoneAuthenticationMethod.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.PhoneAuthenticationMethod.Builder
-
- Enclosing class:
- PhoneAuthenticationMethod
public static final class PhoneAuthenticationMethod.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhoneAuthenticationMethodbuild()PhoneAuthenticationMethod.Builderid(String id)PhoneAuthenticationMethod.BuilderphoneNumber(String phoneNumber)PhoneAuthenticationMethod.BuilderphoneType(AuthenticationPhoneType phoneType)PhoneAuthenticationMethod.BuildersmsSignInState(AuthenticationMethodSignInState smsSignInState)
-
-
-
Method Detail
-
id
public PhoneAuthenticationMethod.Builder id(String id)
-
phoneNumber
public PhoneAuthenticationMethod.Builder phoneNumber(String phoneNumber)
-
phoneType
public PhoneAuthenticationMethod.Builder phoneType(AuthenticationPhoneType phoneType)
-
smsSignInState
public PhoneAuthenticationMethod.Builder smsSignInState(AuthenticationMethodSignInState smsSignInState)
-
build
public PhoneAuthenticationMethod build()
-
-