Uses of Class
com.docusign.esign.api.EnvelopesApi.UpdateOptions
-
Packages that use EnvelopesApi.UpdateOptions Package Description com.docusign.esign.api -
-
Uses of EnvelopesApi.UpdateOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type EnvelopesApi.UpdateOptions Modifier and Type Method Description EnvelopeUpdateSummaryEnvelopesApi. update(String accountId, String envelopeId, Envelope envelope, EnvelopesApi.UpdateOptions options)Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft.ApiResponse<EnvelopeUpdateSummary>EnvelopesApi. updateWithHttpInfo(String accountId, String envelopeId, Envelope envelope, EnvelopesApi.UpdateOptions options)Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope.
-