| 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 |
EnvelopesApi.deleteLock(String accountId,
String envelopeId)
Deletes an envelope lock.
|
LockInformation |
TemplatesApi.getLock(String accountId,
String templateId)
Gets template lock information.
|
LockInformation |
EnvelopesApi.getLock(String accountId,
String envelopeId)
Gets envelope lock information.
|
LockInformation |
EnvelopesApi.updateLock(String accountId,
String envelopeId,
LockRequest lockRequest)
Updates an envelope lock.
|
| Modifier and Type | Method and Description |
|---|---|
LockInformation |
LockInformation.errorDetails(ErrorDetails errorDetails) |
LockInformation |
TemplateUpdateSummary.getLockInformation() |
LockInformation |
EnvelopeUpdateSummary.getLockInformation() |
LockInformation |
EnvelopeTemplateResult.getLockInformation() |
LockInformation |
EnvelopeTemplate.getLockInformation() |
LockInformation |
EnvelopeDefinition.getLockInformation() |
LockInformation |
Envelope.getLockInformation() |
LockInformation |
LockInformation.lockDurationInSeconds(String lockDurationInSeconds)
Sets the time, in seconds, until the lock expires when there is no activity on the envelope.\n\nIf no value is entered, then the default value of 300 seconds is used.
|
LockInformation |
LockInformation.lockedByApp(String lockedByApp)
Specifies the friendly name of the application that is locking the envelope.
|
LockInformation |
LockInformation.lockedByUser(UserInfo lockedByUser) |
LockInformation |
LockInformation.lockedUntilDateTime(String lockedUntilDateTime)
The datetime until the envelope lock expires.
|
LockInformation |
LockInformation.lockToken(String lockToken)
A unique identifier provided to the owner of the envelope lock.
|
LockInformation |
LockInformation.lockType(String lockType)
The type of envelope lock.
|
LockInformation |
LockInformation.useScratchPad(String useScratchPad)
Reserved for future use.\n\nIndicates whether a scratchpad is used for editing information.\n
|
| Modifier and Type | Method and Description |
|---|---|
TemplateUpdateSummary |
TemplateUpdateSummary.lockInformation(LockInformation lockInformation) |
EnvelopeUpdateSummary |
EnvelopeUpdateSummary.lockInformation(LockInformation lockInformation) |
EnvelopeTemplateResult |
EnvelopeTemplateResult.lockInformation(LockInformation lockInformation) |
EnvelopeTemplate |
EnvelopeTemplate.lockInformation(LockInformation lockInformation) |
EnvelopeDefinition |
EnvelopeDefinition.lockInformation(LockInformation lockInformation) |
Envelope |
Envelope.lockInformation(LockInformation lockInformation) |
void |
TemplateUpdateSummary.setLockInformation(LockInformation lockInformation) |
void |
EnvelopeUpdateSummary.setLockInformation(LockInformation lockInformation) |
void |
EnvelopeTemplateResult.setLockInformation(LockInformation lockInformation) |
void |
EnvelopeTemplate.setLockInformation(LockInformation lockInformation) |
void |
EnvelopeDefinition.setLockInformation(LockInformation lockInformation) |
void |
Envelope.setLockInformation(LockInformation lockInformation) |
Copyright © 2016. All rights reserved.