Uses of Class
com.docusign.esign.api.EnvelopesApi.GetChunkedUploadOptions
-
Packages that use EnvelopesApi.GetChunkedUploadOptions Package Description com.docusign.esign.api -
-
Uses of EnvelopesApi.GetChunkedUploadOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type EnvelopesApi.GetChunkedUploadOptions Modifier and Type Method Description ChunkedUploadResponseEnvelopesApi. getChunkedUpload(String accountId, String chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options)Retrieves the current metadata of a ChunkedUpload..ApiResponse<ChunkedUploadResponse>EnvelopesApi. getChunkedUploadWithHttpInfo(String accountId, String chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options)Retrieves the current metadata of a ChunkedUpload.
-