public final class Account extends Object implements Entity
| Modifier and Type | Method and Description |
|---|---|
static AccountBuilder |
builder(String id)
Static method factory for AccountBuilder
|
String |
getAuthToken() |
String |
getDisplayName() |
String |
getEmail() |
String |
getId() |
URI<Account> |
getURI() |
public static AccountBuilder builder(String id)
id - the id of the accountpublic String getId()
public String getDisplayName()
public String getEmail()
public String getAuthToken()
Copyright © 2017. All Rights Reserved.