| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
LoginAccount |
LoginAccount.accountId(String accountId)
The account ID associated with the envelope.
|
LoginAccount |
LoginAccount.accountIdGuid(String accountIdGuid)
The GUID associated with the account ID.
|
LoginAccount |
LoginAccount.baseUrl(String baseUrl)
The URL that should be used for successive calls to this account.
|
LoginAccount |
LoginAccount.email(String email) |
LoginAccount |
LoginAccount.isDefault(String isDefault)
This value is true if this is the default account for the user, otherwise false is returned.
|
LoginAccount |
LoginAccount.loginAccountSettings(List<NameValue> loginAccountSettings)
A list of settings on the acccount that indicate what features are available.
|
LoginAccount |
LoginAccount.loginUserSettings(List<NameValue> loginUserSettings)
A list of user-level settings that indicate what user-specific features are available.
|
LoginAccount |
LoginAccount.name(String name)
The name associated with the account.
|
LoginAccount |
LoginAccount.siteDescription(String siteDescription)
An optional descirption of the site that hosts the account.
|
LoginAccount |
LoginAccount.userId(String userId) |
LoginAccount |
LoginAccount.userName(String userName)
The name of this user as defined by the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoginAccount> |
LoginInformation.getLoginAccounts() |
| Modifier and Type | Method and Description |
|---|---|
LoginInformation |
LoginInformation.loginAccounts(List<LoginAccount> loginAccounts)
The list of accounts that authenticating user is a member of.
|
void |
LoginInformation.setLoginAccounts(List<LoginAccount> loginAccounts) |
Copyright © 2016. All rights reserved.