Uses of Class
com.docusign.esign.model.EnvelopesInformation
-
Packages that use EnvelopesInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of EnvelopesInformation in com.docusign.esign.api
Methods in com.docusign.esign.api that return EnvelopesInformation Modifier and Type Method Description EnvelopesInformationBulkEnvelopesApi. getBulkSendBatchEnvelopes(String accountId, String bulkSendBatchId)Gets envelopes from a specific bulk send batch.EnvelopesInformationBulkEnvelopesApi. getBulkSendBatchEnvelopes(String accountId, String bulkSendBatchId, BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions options)Gets envelopes from a specific bulk send batch.EnvelopesInformationEnvelopesApi. listStatus(String accountId, EnvelopeIdsRequest envelopeIdsRequest)Gets the envelope status for the specified envelopes..EnvelopesInformationEnvelopesApi. listStatus(String accountId, EnvelopeIdsRequest envelopeIdsRequest, EnvelopesApi.ListStatusOptions options)Gets the envelope status for the specified envelopes..EnvelopesInformationEnvelopesApi. listStatusChanges(String accountId)Gets status changes for one or more envelopes..EnvelopesInformationEnvelopesApi. listStatusChanges(String accountId, EnvelopesApi.ListStatusChangesOptions options)Gets status changes for one or more envelopes..Methods in com.docusign.esign.api that return types with arguments of type EnvelopesInformation Modifier and Type Method Description ApiResponse<EnvelopesInformation>BulkEnvelopesApi. getBulkSendBatchEnvelopesWithHttpInfo(String accountId, String bulkSendBatchId, BulkEnvelopesApi.GetBulkSendBatchEnvelopesOptions options)Gets envelopes from a specific bulk send batch This method returns a list of envelopes in a specified bulk batch.ApiResponse<EnvelopesInformation>EnvelopesApi. listStatusChangesWithHttpInfo(String accountId, EnvelopesApi.ListStatusChangesOptions options)Gets status changes for one or more envelopes.ApiResponse<EnvelopesInformation>EnvelopesApi. listStatusWithHttpInfo(String accountId, EnvelopeIdsRequest envelopeIdsRequest, EnvelopesApi.ListStatusOptions options)Gets the envelope status for the specified envelopes. -
Uses of EnvelopesInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopesInformation Modifier and Type Method Description EnvelopesInformationEnvelopesInformation. addEnvelopesItem(Envelope envelopesItem)addEnvelopesItem.EnvelopesInformationEnvelopesInformation. addEnvelopeTransactionStatusesItem(EnvelopeTransactionStatus envelopeTransactionStatusesItem)addEnvelopeTransactionStatusesItem.EnvelopesInformationEnvelopesInformation. addFoldersItem(Folder foldersItem)addFoldersItem.EnvelopesInformationEnvelopesInformation. continuationToken(String continuationToken)continuationToken.EnvelopesInformationEnvelopesInformation. endPosition(String endPosition)endPosition.EnvelopesInformationEnvelopesInformation. envelopes(List<Envelope> envelopes)envelopes.EnvelopesInformationEnvelopesInformation. envelopeTransactionStatuses(List<EnvelopeTransactionStatus> envelopeTransactionStatuses)envelopeTransactionStatuses.EnvelopesInformationEnvelopesInformation. folders(List<Folder> folders)folders.EnvelopesInformationEnvelopesInformation. lastQueriedDateTime(String lastQueriedDateTime)lastQueriedDateTime.EnvelopesInformationEnvelopesInformation. nextUri(String nextUri)nextUri.EnvelopesInformationEnvelopesInformation. previousUri(String previousUri)previousUri.EnvelopesInformationEnvelopesInformation. resultSetSize(String resultSetSize)resultSetSize.EnvelopesInformationEnvelopesInformation. startPosition(String startPosition)startPosition.EnvelopesInformationEnvelopesInformation. totalSetSize(String totalSetSize)totalSetSize.
-