Class SignatureRequestList
- java.lang.Object
-
- com.hellosign.sdk.resource.AbstractResource
-
- com.hellosign.sdk.resource.AbstractResourceList<SignatureRequest>
-
- com.hellosign.sdk.resource.support.SignatureRequestList
-
- All Implemented Interfaces:
java.lang.Iterable<SignatureRequest>
public class SignatureRequestList extends AbstractResourceList<SignatureRequest>
Represents a paged list of SignatureRequests returned from HelloSign.
-
-
Field Summary
-
Fields inherited from class com.hellosign.sdk.resource.AbstractResourceList
LIST_INFO, NUM_PAGES, NUM_RESULTS, PAGE, PAGE_SIZE
-
Fields inherited from class com.hellosign.sdk.resource.AbstractResource
dataObj, warnings
-
-
Constructor Summary
Constructors Constructor Description SignatureRequestList(org.json.JSONObject json)
-
Method Summary
-
Methods inherited from class com.hellosign.sdk.resource.AbstractResourceList
filterCurrentPageBy, getCurrentPageList, getNumPages, getNumResults, getPage, getPageSize, iterator
-
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
-
-
-
-
Constructor Detail
-
SignatureRequestList
public SignatureRequestList(org.json.JSONObject json) throws HelloSignException
- Throws:
HelloSignException
-
-