Uses of Class
com.docusign.esign.model.BulkSendBatchError
-
Packages that use BulkSendBatchError Package Description com.docusign.esign.model -
-
Uses of BulkSendBatchError in com.docusign.esign.model
Methods in com.docusign.esign.model that return BulkSendBatchError Modifier and Type Method Description BulkSendBatchErrorBulkSendBatchError. error(String error)error.BulkSendBatchErrorBulkSendBatchError. errorDetail(String errorDetail)errorDetail.Methods in com.docusign.esign.model that return types with arguments of type BulkSendBatchError Modifier and Type Method Description List<BulkSendBatchError>BulkProcessResult. getErrors().Methods in com.docusign.esign.model with parameters of type BulkSendBatchError Modifier and Type Method Description BulkProcessResultBulkProcessResult. addErrorsItem(BulkSendBatchError errorsItem)addErrorsItem.Method parameters in com.docusign.esign.model with type arguments of type BulkSendBatchError Modifier and Type Method Description BulkProcessResultBulkProcessResult. errors(List<BulkSendBatchError> errors)errors.voidBulkProcessResult. setErrors(List<BulkSendBatchError> errors)setErrors.
-