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(String accountId, String envelopeId, LockRequest lockRequest)Lock an envelope..LockInformationTemplatesApi. createLock(String accountId, String templateId, LockRequest lockRequest)Lock a template..LockInformationEnvelopesApi. deleteLock(String accountId, String envelopeId)Deletes an envelope lock..LockInformationTemplatesApi. deleteLock(String accountId, String templateId, LockRequest lockRequest)Deletes a template lock..LockInformationEnvelopesApi. getLock(String accountId, String envelopeId)Gets envelope lock information..LockInformationTemplatesApi. getLock(String accountId, String templateId)Gets template lock information..LockInformationEnvelopesApi. updateLock(String accountId, String envelopeId, LockRequest lockRequest)Updates an envelope lock..LockInformationTemplatesApi. updateLock(String accountId, String templateId, LockRequest lockRequest)Updates a template lock..Methods in com.docusign.esign.api that return types with arguments of type LockInformation Modifier and Type Method Description ApiResponse<LockInformation>EnvelopesApi. createLockWithHttpInfo(String accountId, String envelopeId, LockRequest lockRequest)Lock an envelope.ApiResponse<LockInformation>TemplatesApi. createLockWithHttpInfo(String accountId, String templateId, LockRequest lockRequest)Lock a template.ApiResponse<LockInformation>EnvelopesApi. deleteLockWithHttpInfo(String accountId, String envelopeId)Deletes an envelope lock.ApiResponse<LockInformation>TemplatesApi. deleteLockWithHttpInfo(String accountId, String templateId, LockRequest lockRequest)Deletes a template lock.ApiResponse<LockInformation>EnvelopesApi. getLockWithHttpInfo(String accountId, String envelopeId)Gets envelope lock information.ApiResponse<LockInformation>TemplatesApi. getLockWithHttpInfo(String accountId, String templateId)Gets template lock information.ApiResponse<LockInformation>EnvelopesApi. updateLockWithHttpInfo(String accountId, String envelopeId, LockRequest lockRequest)Updates an envelope lock.ApiResponse<LockInformation>TemplatesApi. updateLockWithHttpInfo(String accountId, 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()Provides lock information about an envelope that a user has locked..LockInformationEnvelopeDefinition. getLockInformation()Provides lock information about an envelope that a user has locked..LockInformationEnvelopeTemplate. getLockInformation()Provides lock information about an envelope that a user has locked..LockInformationEnvelopeTemplateResult. getLockInformation()Get lockInformationLockInformationEnvelopeUpdateSummary. getLockInformation()Provides lock information about an envelope that a user has locked..LockInformationTemplateUpdateSummary. getLockInformation()Provides lock information about an envelope that a user has locked..LockInformationLockInformation. lockDurationInSeconds(String lockDurationInSeconds)lockDurationInSeconds.LockInformationLockInformation. lockedByApp(String lockedByApp)lockedByApp.LockInformationLockInformation. lockedByUser(UserInfo lockedByUser)lockedByUser.LockInformationLockInformation. lockedUntilDateTime(String lockedUntilDateTime)lockedUntilDateTime.LockInformationLockInformation. lockToken(String lockToken)lockToken.LockInformationLockInformation. lockType(String lockType)lockType.LockInformationLockInformation. useScratchPad(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.
-