Class BulkSendJobById


  • public class BulkSendJobById
    extends AbstractResource
    Returns the status of the BulkSendJob and its SignatureRequests specified by the bulk_send_job_id parameter. Response for GET /bulk_send_job/[:bulk_send_job_id] gives bulk_send_job, list_info and signature_requests.
    • Method Detail

      • getBulkSendJob

        public BulkSendJobs getBulkSendJob()
                                    throws java.lang.Exception
        Get bulk_send_job Object.
        Returns:
        Throws:
        java.lang.Exception
      • getListInfo

        public java.lang.Object getListInfo()
        Get list_info Object.
        Returns:
      • getSignatureRequests

        public java.util.List<SignatureRequest> getSignatureRequests()
        Get List of signature_requests.
        Returns: