Uses of Class
com.docusign.esign.model.LockInformation
-
Packages that use LockInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of LockInformation in com.docusign.esign.api
Methods in com.docusign.esign.api that return LockInformation Modifier and Type Method Description LockInformationEnvelopesApi. createLock(java.lang.String accountId, java.lang.String envelopeId, LockRequest lockRequest)Lock an envelope..LockInformationTemplatesApi. createLock(java.lang.String accountId, java.lang.String templateId, LockRequest lockRequest)Lock a template..LockInformationEnvelopesApi. deleteLock(java.lang.String accountId, java.lang.String envelopeId)Deletes an envelope lock..LockInformationTemplatesApi. deleteLock(java.lang.String accountId, java.lang.String templateId, LockRequest lockRequest)Deletes a template lock..LockInformationEnvelopesApi. getLock(java.lang.String accountId, java.lang.String envelopeId)Gets envelope lock information..LockInformationTemplatesApi. getLock(java.lang.String accountId, java.lang.String templateId)Gets template lock information..LockInformationEnvelopesApi. updateLock(java.lang.String accountId, java.lang.String envelopeId, LockRequest lockRequest)Updates an envelope lock..LockInformationTemplatesApi. updateLock(java.lang.String accountId, java.lang.String templateId, LockRequest lockRequest)Updates a template lock.. -
Uses of LockInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return LockInformation Modifier and Type Method Description LockInformationLockInformation. errorDetails(ErrorDetails errorDetails)errorDetails.LockInformationEnvelope. getLockInformation()Get lockInformation.LockInformationEnvelopeDefinition. getLockInformation()Get lockInformation.LockInformationEnvelopeTemplate. getLockInformation()Get lockInformation.LockInformationEnvelopeTemplateResult. getLockInformation()Get lockInformationLockInformationEnvelopeUpdateSummary. getLockInformation()Get lockInformation.LockInformationTemplateUpdateSummary. getLockInformation()Get lockInformation.LockInformationLockInformation. lockDurationInSeconds(java.lang.String lockDurationInSeconds)lockDurationInSeconds.LockInformationLockInformation. lockedByApp(java.lang.String lockedByApp)lockedByApp.LockInformationLockInformation. lockedByUser(UserInfo lockedByUser)lockedByUser.LockInformationLockInformation. lockedUntilDateTime(java.lang.String lockedUntilDateTime)lockedUntilDateTime.LockInformationLockInformation. lockToken(java.lang.String lockToken)lockToken.LockInformationLockInformation. lockType(java.lang.String lockType)lockType.LockInformationLockInformation. useScratchPad(java.lang.String useScratchPad)useScratchPad.Methods in com.docusign.esign.model with parameters of type LockInformation Modifier and Type Method Description EnvelopeEnvelope. lockInformation(LockInformation lockInformation)lockInformation.EnvelopeDefinitionEnvelopeDefinition. lockInformation(LockInformation lockInformation)lockInformation.EnvelopeTemplateEnvelopeTemplate. lockInformation(LockInformation lockInformation)lockInformation.EnvelopeTemplateResultEnvelopeTemplateResult. lockInformation(LockInformation lockInformation)EnvelopeUpdateSummaryEnvelopeUpdateSummary. lockInformation(LockInformation lockInformation)lockInformation.TemplateUpdateSummaryTemplateUpdateSummary. lockInformation(LockInformation lockInformation)lockInformation.voidEnvelope. setLockInformation(LockInformation lockInformation)setLockInformation.voidEnvelopeDefinition. setLockInformation(LockInformation lockInformation)setLockInformation.voidEnvelopeTemplate. setLockInformation(LockInformation lockInformation)setLockInformation.voidEnvelopeTemplateResult. setLockInformation(LockInformation lockInformation)voidEnvelopeUpdateSummary. setLockInformation(LockInformation lockInformation)setLockInformation.voidTemplateUpdateSummary. setLockInformation(LockInformation lockInformation)setLockInformation.
-