Package odata.msgraph.client.entity
Class MicrosoftAuthenticatorAuthenticationMethod.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.MicrosoftAuthenticatorAuthenticationMethod.Builder
-
- Enclosing class:
- MicrosoftAuthenticatorAuthenticationMethod
public static final class MicrosoftAuthenticatorAuthenticationMethod.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodbuild()MicrosoftAuthenticatorAuthenticationMethod.BuildercreatedDateTime(OffsetDateTime createdDateTime)MicrosoftAuthenticatorAuthenticationMethod.BuilderdeviceTag(String deviceTag)MicrosoftAuthenticatorAuthenticationMethod.BuilderdisplayName(String displayName)MicrosoftAuthenticatorAuthenticationMethod.Builderid(String id)MicrosoftAuthenticatorAuthenticationMethod.BuilderphoneAppVersion(String phoneAppVersion)
-
-
-
Method Detail
-
id
public MicrosoftAuthenticatorAuthenticationMethod.Builder id(String id)
-
createdDateTime
public MicrosoftAuthenticatorAuthenticationMethod.Builder createdDateTime(OffsetDateTime createdDateTime)
-
deviceTag
public MicrosoftAuthenticatorAuthenticationMethod.Builder deviceTag(String deviceTag)
-
displayName
public MicrosoftAuthenticatorAuthenticationMethod.Builder displayName(String displayName)
-
phoneAppVersion
public MicrosoftAuthenticatorAuthenticationMethod.Builder phoneAppVersion(String phoneAppVersion)
-
build
public MicrosoftAuthenticatorAuthenticationMethod build()
-
-