Uses of Class
com.docusign.esign.model.BulkSendErrorStatus
-
Packages that use BulkSendErrorStatus Package Description com.docusign.esign.model -
-
Uses of BulkSendErrorStatus in com.docusign.esign.model
Methods in com.docusign.esign.model that return BulkSendErrorStatus Modifier and Type Method Description BulkSendErrorStatusBulkSendErrorStatus. addRecipientEmailsItem(String recipientEmailsItem)addRecipientEmailsItem.BulkSendErrorStatusBulkSendErrorStatus. created(String created)created.BulkSendErrorStatusBulkSendErrorStatus. envelopeId(String envelopeId)envelopeId.BulkSendErrorStatusBulkSendErrorStatus. errorMessage(String errorMessage)errorMessage.BulkSendErrorStatusBulkSendErrorStatus. recipientEmails(List<String> recipientEmails)recipientEmails.Methods in com.docusign.esign.model that return types with arguments of type BulkSendErrorStatus Modifier and Type Method Description List<BulkSendErrorStatus>BulkSendBatchStatus. getBulkErrors().Methods in com.docusign.esign.model with parameters of type BulkSendErrorStatus Modifier and Type Method Description BulkSendBatchStatusBulkSendBatchStatus. addBulkErrorsItem(BulkSendErrorStatus bulkErrorsItem)addBulkErrorsItem.Method parameters in com.docusign.esign.model with type arguments of type BulkSendErrorStatus Modifier and Type Method Description BulkSendBatchStatusBulkSendBatchStatus. bulkErrors(List<BulkSendErrorStatus> bulkErrors)bulkErrors.voidBulkSendBatchStatus. setBulkErrors(List<BulkSendErrorStatus> bulkErrors)setBulkErrors.
-