| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2006 |
BatchesApi.getBatchesList(Long offset,
Long limit,
String fromDate,
String toDate)
List Batches
**List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2006> |
BatchesApi.getBatchesListWithHttpInfo(Long offset,
Long limit,
String fromDate,
String toDate)
List Batches
**List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
BatchesApi.getBatchesListAsync(Long offset,
Long limit,
String fromDate,
String toDate,
ApiCallback<InlineResponse2006> callback)
List Batches (asynchronously)
**List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2006 |
InlineResponse2006.addLinksItem(InlineResponse2006Links linksItem) |
InlineResponse2006 |
InlineResponse2006.count(Integer count) |
InlineResponse2006 |
InlineResponse2006.embedded(InlineResponse2006Embedded embedded) |
InlineResponse2006 |
InlineResponse2006.limit(Integer limit) |
InlineResponse2006 |
InlineResponse2006.links(List<InlineResponse2006Links> links) |
InlineResponse2006 |
InlineResponse2006.object(String object) |
InlineResponse2006 |
InlineResponse2006.offset(Integer offset) |
InlineResponse2006 |
InlineResponse2006.total(Integer total) |
Copyright © 2024. All rights reserved.