Package com.hellosign.sdk.resource
Class BulkSendJobById
- java.lang.Object
-
- com.hellosign.sdk.resource.AbstractResource
-
- com.hellosign.sdk.resource.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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BULKSENDBYJOBID
static java.lang.String
BULKSENDJOB
static java.lang.String
LIST_INFO
static java.lang.String
SIGNATURE_REQUESTS
-
Fields inherited from class com.hellosign.sdk.resource.AbstractResource
dataObj, warnings
-
-
Constructor Summary
Constructors Constructor Description BulkSendJobById()
BulkSendJobById(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkSendJobs
getBulkSendJob()
Get bulk_send_job Object.java.lang.Object
getListInfo()
Get list_info Object.java.util.List<SignatureRequest>
getSignatureRequests()
Get List of signature_requests.-
Methods inherited from class com.hellosign.sdk.resource.AbstractResource
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getObject, getString, getWarnings, has, hasString, set, toString, toString
-
-
-
-
Field Detail
-
BULKSENDJOB
public static final java.lang.String BULKSENDJOB
- See Also:
- Constant Field Values
-
BULKSENDBYJOBID
public static final java.lang.String BULKSENDBYJOBID
- See Also:
- Constant Field Values
-
LIST_INFO
public static final java.lang.String LIST_INFO
- See Also:
- Constant Field Values
-
SIGNATURE_REQUESTS
public static final java.lang.String SIGNATURE_REQUESTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BulkSendJobById
public BulkSendJobById()
-
BulkSendJobById
public BulkSendJobById(org.json.JSONObject json) throws HelloSignException
- Throws:
HelloSignException
-
-
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:
-
-