Class ApiAppList
- java.lang.Object
-
- com.hellosign.sdk.resource.AbstractResource
-
- com.hellosign.sdk.resource.AbstractResourceList<ApiApp>
-
- com.hellosign.sdk.resource.support.ApiAppList
-
- All Implemented Interfaces:
java.lang.Iterable<ApiApp>
public class ApiAppList extends AbstractResourceList<ApiApp>
-
-
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 ApiAppList(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
-
ApiAppList
public ApiAppList(org.json.JSONObject json) throws HelloSignException
- Throws:
HelloSignException
-
-