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