| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
NameValue |
NameValue.errorDetails(ErrorDetails errorDetails) |
NameValue |
NameValue.name(String name)
The name or key of a name/value pair.
|
NameValue |
NameValue.value(String value)
The value field of a name/value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<NameValue> |
AccountSettingsInformation.getAccountSettings() |
List<NameValue> |
EnvelopeDocument.getDocumentFields() |
List<NameValue> |
DocumentFieldsInformation.getDocumentFields() |
List<NameValue> |
Document.getDocumentFields() |
List<NameValue> |
EnvelopeAuditEvent.getEventFields() |
List<NameValue> |
LoginAccount.getLoginAccountSettings() |
List<NameValue> |
LoginAccount.getLoginUserSettings() |
List<NameValue> |
ResourceInformation.getResources() |
List<NameValue> |
UserSettingsInformation.getUserSettings() |
| Modifier and Type | Method and Description |
|---|---|
AccountSettingsInformation |
AccountSettingsInformation.accountSettings(List<NameValue> accountSettings)
The list of account settings.
|
EnvelopeDocument |
EnvelopeDocument.documentFields(List<NameValue> documentFields) |
DocumentFieldsInformation |
DocumentFieldsInformation.documentFields(List<NameValue> documentFields)
The array of name/value custom data strings to be added to a document.
|
Document |
Document.documentFields(List<NameValue> documentFields) |
EnvelopeAuditEvent |
EnvelopeAuditEvent.eventFields(List<NameValue> eventFields) |
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.
|
ResourceInformation |
ResourceInformation.resources(List<NameValue> resources) |
void |
AccountSettingsInformation.setAccountSettings(List<NameValue> accountSettings) |
void |
EnvelopeDocument.setDocumentFields(List<NameValue> documentFields) |
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) |
UserSettingsInformation |
UserSettingsInformation.userSettings(List<NameValue> userSettings) |
Copyright © 2016. All rights reserved.