Uses of Class
com.docusign.esign.api.EnvelopesApi.GetCommentsTranscriptOptions
-
Packages that use EnvelopesApi.GetCommentsTranscriptOptions Package Description com.docusign.esign.api -
-
Uses of EnvelopesApi.GetCommentsTranscriptOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type EnvelopesApi.GetCommentsTranscriptOptions Modifier and Type Method Description byte[]EnvelopesApi. getCommentsTranscript(String accountId, String envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options)Gets comment transcript for envelope and user.ApiResponse<byte[]>EnvelopesApi. getCommentsTranscriptWithHttpInfo(String accountId, String envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options)Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope.
-