Package odata.msgraph.client.entity
Class MicrosoftAuthenticatorAuthenticationMethodTarget.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.MicrosoftAuthenticatorAuthenticationMethodTarget.Builder
-
- Enclosing class:
- MicrosoftAuthenticatorAuthenticationMethodTarget
public static final class MicrosoftAuthenticatorAuthenticationMethodTarget.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodTarget.BuilderauthenticationMode(MicrosoftAuthenticatorAuthenticationMode authenticationMode)MicrosoftAuthenticatorAuthenticationMethodTargetbuild()MicrosoftAuthenticatorAuthenticationMethodTarget.Builderid(String id)MicrosoftAuthenticatorAuthenticationMethodTarget.BuilderisRegistrationRequired(Boolean isRegistrationRequired)MicrosoftAuthenticatorAuthenticationMethodTarget.BuildertargetType(AuthenticationMethodTargetType targetType)
-
-
-
Method Detail
-
id
public MicrosoftAuthenticatorAuthenticationMethodTarget.Builder id(String id)
-
isRegistrationRequired
public MicrosoftAuthenticatorAuthenticationMethodTarget.Builder isRegistrationRequired(Boolean isRegistrationRequired)
-
targetType
public MicrosoftAuthenticatorAuthenticationMethodTarget.Builder targetType(AuthenticationMethodTargetType targetType)
-
authenticationMode
public MicrosoftAuthenticatorAuthenticationMethodTarget.Builder authenticationMode(MicrosoftAuthenticatorAuthenticationMode authenticationMode)
-
build
public MicrosoftAuthenticatorAuthenticationMethodTarget build()
-
-