Package odata.msgraph.client.beta.entity
Class PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builder
-
- Enclosing class:
- PasswordlessMicrosoftAuthenticatorAuthenticationMethod
public static final class PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordlessMicrosoftAuthenticatorAuthenticationMethodbuild()PasswordlessMicrosoftAuthenticatorAuthenticationMethod.BuildercreatedDateTime(OffsetDateTime createdDateTime)PasswordlessMicrosoftAuthenticatorAuthenticationMethod.BuildercreationDateTime(OffsetDateTime creationDateTime)Org.OData.Core.V1.RevisionsPasswordlessMicrosoftAuthenticatorAuthenticationMethod.BuilderdisplayName(String displayName)PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builderid(String id)
-
-
-
Method Detail
-
id
public PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builder id(String id)
-
createdDateTime
public PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builder createdDateTime(OffsetDateTime createdDateTime)
-
creationDateTime
public PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builder creationDateTime(OffsetDateTime creationDateTime)
Org.OData.Core.V1.Revisions
- Parameters:
creationDateTime- value ofcreationDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public PasswordlessMicrosoftAuthenticatorAuthenticationMethod.Builder displayName(String displayName)
-
build
public PasswordlessMicrosoftAuthenticatorAuthenticationMethod build()
-
-