| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
List<NameValue> |
AccountSettingsInformation.getAccountSettings()
The list of account settings.
|
List<NameValue> |
DocumentFieldsInformation.getDocumentFields()
The array of name/value custom data strings to be added to a document.
|
List<NameValue> |
Document.getDocumentFields() |
List<NameValue> |
EnvelopeAuditEvent.getEventFields() |
List<NameValue> |
LoginAccount.getLoginAccountSettings()
A list of settings on the acccount that indicate what features are available.
|
List<NameValue> |
LoginAccount.getLoginUserSettings()
A list of user-level settings that indicate what user-specific features are available.
|
List<NameValue> |
ResourceInformation.getResources() |
List<NameValue> |
UserSettingsInformation.getUserSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountSettingsInformation.setAccountSettings(List<NameValue> accountSettings) |
void |
DocumentFieldsInformation.setDocumentFields(List<NameValue> documentFields) |
void |
Document.setDocumentFields(List<NameValue> documentFields) |
void |
EnvelopeAuditEvent.setEventFields(List<NameValue> eventFields) |
void |
LoginAccount.setLoginAccountSettings(List<NameValue> loginAccountSettings) |
void |
LoginAccount.setLoginUserSettings(List<NameValue> loginUserSettings) |
void |
ResourceInformation.setResources(List<NameValue> resources) |
void |
UserSettingsInformation.setUserSettings(List<NameValue> userSettings) |
Copyright © 2016. All rights reserved.