io.clarify.api
Class BundleList
java.lang.Object
io.clarify.api.ClarifyModel
io.clarify.api.ClarifyPaginatedModel
io.clarify.api.BundleList
public class BundleList
- extends ClarifyPaginatedModel
Represents a List Bundles Clarify API response type, allowing the caller to obtain the raw list of links
and to paginate through the results.
|
Method Summary |
BundleList |
nextPage()
Attempt to request the next page using the next link from the current page |
BundleList
public BundleList(ClarifyClient client,
ClarifyResponse response)
nextPage
public BundleList nextPage()
throws us.monoid.json.JSONException,
IOException
- Attempt to request the next page using the next link from the current page
- Returns:
- a BundleList representing the next page, or null if there are no other pages
- Throws:
us.monoid.json.JSONException - if the href for the next link could not be obtained for some reason
IOException - if a network failure occurred while fetching the next page
Copyright © 2015 Clarify Inc. All Rights Reserved.