| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
List<Export> |
TasksApi.tasksGet(String type,
Integer limit,
Integer offset)
Returns a list of all background tasks data.
|
ApiResponse<List<Export>> |
TasksApi.tasksGetWithHttpInfo(String type,
Integer limit,
Integer offset)
Returns a list of all background tasks data.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TasksApi.tasksGetAsync(String type,
Integer limit,
Integer offset,
ApiCallback<List<Export>> callback)
Returns a list of all background tasks data.
|
| Modifier and Type | Method and Description |
|---|---|
Export |
Export.dateAdded(org.threeten.bp.OffsetDateTime dateAdded) |
Export |
Export.filename(String filename) |
Export |
Export.info(String info) |
Export |
Export.link(String link) |
Export |
Export.logFrom(org.threeten.bp.OffsetDateTime logFrom) |
Export |
Export.logTo(org.threeten.bp.OffsetDateTime logTo) |
Export |
Export.publicExportID(String publicExportID) |
Export |
Export.status(String status) |
Export |
Export.type(String type) |
Copyright © 2019. All rights reserved.