| Modifier and Type | Method and Description |
|---|---|
Account |
build() |
AccountBuilder |
withAuthToken(String authToken)
Adds an authToken
|
AccountBuilder |
withDisplayName(String displayName)
Adds a displayName
|
AccountBuilder |
withEmail(String email)
Adds an email
|
AccountBuilder |
withPhoto(String photo)
Adds an photo
|
public AccountBuilder withDisplayName(String displayName)
displayName - the display namepublic AccountBuilder withEmail(String email)
email - the emailpublic AccountBuilder withPhoto(String photo)
photo - the photopublic AccountBuilder withAuthToken(String authToken)
authToken - the authTokenCopyright © 2019. All Rights Reserved.