| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
ExportListResponse |
ExportsApi.getExports(String exportType,
UUID userId,
Integer pageSize,
String cursor,
String sorting,
String sortDirection)
getExports
Lists all exports of the given type in the workspace of the authorized user
|
| Modifier and Type | Method and Description |
|---|---|
ExportListResponse |
ExportListResponse.addDataItem(Export dataItem) |
ExportListResponse |
ExportListResponse.addErrorsItem(ApiError errorsItem) |
ExportListResponse |
ExportListResponse.data(List<Export> data) |
ExportListResponse |
ExportListResponse.endCursor(String endCursor) |
ExportListResponse |
ExportListResponse.errorMessage(String errorMessage) |
ExportListResponse |
ExportListResponse.errors(List<ApiError> errors) |
ExportListResponse |
ExportListResponse.status(ExportListResponse.StatusEnum status) |
ExportListResponse |
ExportListResponse.total(Integer total) |
ExportListResponse |
ExportListResponse.type(String type) |
Copyright © 2019 LeanIX GmbH. All rights reserved.