| Package | Description |
|---|---|
| org.irenical.dumpy.api |
| Modifier and Type | Method and Description |
|---|---|
default IExtractor.Response<TYPE> |
IExtractor.createResponse(List<IExtractor.Entity<TYPE>> entities,
String nextCursor,
boolean hasNext)
Utility to build a paginated response.
|
IExtractor.Response<TYPE> |
IExtractor.get(List<String> ids,
String cursor)
Get entities from the source system identified by the given ids.
|
IExtractor.Response<TYPE> |
IExtractor.get(String cursor)
Get entities from the source system since the given cursor.
|
Copyright © 2017 Irenical. All rights reserved.