| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
JobResponse |
ExportsApi.createExportFile()
createExportFile
Creates an excel export file by using the given graphQL query and table configuration
|
JobResponse |
ExportsApi.createFullExport(String exportType,
String startDate,
String endDate)
createFullExport
Creates a full export of the workspace data, or an export of the changelog, depending on given type
|
| Modifier and Type | Method and Description |
|---|---|
JobResponse |
JobResponse.addErrorsItem(ApiError errorsItem) |
JobResponse |
JobResponse.data(JobResponseData data) |
JobResponse |
JobResponse.errorMessage(String errorMessage) |
JobResponse |
JobResponse.errors(List<ApiError> errors) |
JobResponse |
JobResponse.status(JobResponse.StatusEnum status) |
JobResponse |
JobResponse.type(String type) |
Copyright © 2019 LeanIX GmbH. All rights reserved.