| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
FactSheetListResponse |
FactSheetsApi.getFactSheets(String type,
String relationTypes,
Integer pageSize,
String cursor,
Boolean permissions)
getFactSheets
Retrieves all Fact Sheets
|
| Modifier and Type | Method and Description |
|---|---|
FactSheetListResponse |
FactSheetListResponse.addDataItem(FactSheet dataItem) |
FactSheetListResponse |
FactSheetListResponse.addErrorsItem(ApiError errorsItem) |
FactSheetListResponse |
FactSheetListResponse.cursor(String cursor) |
FactSheetListResponse |
FactSheetListResponse.data(List<FactSheet> data) |
FactSheetListResponse |
FactSheetListResponse.errors(List<ApiError> errors) |
FactSheetListResponse |
FactSheetListResponse.message(String message) |
FactSheetListResponse |
FactSheetListResponse.status(String status) |
FactSheetListResponse |
FactSheetListResponse.total(Long total) |
FactSheetListResponse |
FactSheetListResponse.type(String type) |
Copyright © 2019 LeanIX GmbH. All rights reserved.