Package | Description |
---|---|
com.docusign.esign.api | |
com.docusign.esign.model |
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 |
EnvelopesApi.deleteLock(String accountId,
String envelopeId)
Deletes an envelope lock.
|
LockInformation |
TemplatesApi.deleteLock(String accountId,
String templateId,
LockRequest lockRequest)
Deletes a template lock.
|
LockInformation |
TemplatesApi.getLock(String accountId,
String templateId)
Gets template lock information.
|
LockInformation |
EnvelopesApi.getLock(String accountId,
String envelopeId)
Gets envelope lock information.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LockInformation |
LockInformation.errorDetails(ErrorDetails errorDetails) |
LockInformation |
TemplateUpdateSummary.getLockInformation()
Get lockInformation
|
LockInformation |
EnvelopeUpdateSummary.getLockInformation()
Get lockInformation
|
LockInformation |
EnvelopeTemplateResult.getLockInformation()
Get lockInformation
|
LockInformation |
EnvelopeTemplate.getLockInformation()
Get lockInformation
|
LockInformation |
EnvelopeDefinition.getLockInformation()
Get lockInformation
|
LockInformation |
Envelope.getLockInformation()
Get lockInformation
|
LockInformation |
LockInformation.lockDurationInSeconds(String lockDurationInSeconds) |
LockInformation |
LockInformation.lockedByApp(String lockedByApp) |
LockInformation |
LockInformation.lockedByUser(UserInfo lockedByUser) |
LockInformation |
LockInformation.lockedUntilDateTime(String lockedUntilDateTime) |
LockInformation |
LockInformation.lockToken(String lockToken) |
LockInformation |
LockInformation.lockType(String lockType) |
LockInformation |
LockInformation.useScratchPad(String useScratchPad) |
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 © 2018. All rights reserved.