| Package | Description |
|---|---|
| javastrava.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
PagingHandler.handleListAll(PagingCallback<T> callback)
Returns ALL the data from a Strava service that would normally only return a page of data, by simply getting pages 1..n until there's no more data to retrieve
|
static <T> List<T> |
PagingHandler.handlePaging(Paging pagingInstruction,
PagingCallback<T> callback)
Validates paging instructions and converts them to Strava-compatible paging instructions, then gets the whole lot for you
|
Copyright © 2015 Dan Shannon. All rights reserved.