| Package | Description |
|---|---|
| com.docusign.esign.api |
| Modifier and Type | Method and Description |
|---|---|
LockInformation |
TemplatesApi.createLock(String accountId,
String templateId,
LockRequest lockRequest)
Lock a template.
|
LockInformation |
EnvelopesApi.createLock(String accountId,
String envelopeId,
LockRequest lockRequest)
Lock an envelope.
|
LockInformation |
TemplatesApi.deleteLock(String accountId,
String templateId,
LockRequest lockRequest)
Deletes a template lock.
|
LockInformation |
TemplatesApi.updateLock(String accountId,
String templateId,
LockRequest lockRequest)
Updates a template lock.
|
LockInformation |
EnvelopesApi.updateLock(String accountId,
String envelopeId,
LockRequest lockRequest)
Updates an envelope lock.
|
Copyright © 2017. All rights reserved.