@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.437Z[Etc/UTC]") @Validated public interface DataSetListLazyLoadingControllerApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<DataSetListFlatDto> |
getDataSetListFlat(UUID dataSetListId)
GET /dsl/lazy/{dataSetListId} : Returns information about the selected DSL.
|
org.springframework.http.ResponseEntity<RefDataSetListFlatDto> |
getReferencedDataSetList(UUID dataSetListId,
String attributePath)
GET /dsl/lazy/{dataSetListId}/ReferenceByPath/{attributePath} : Returns information about the selected DSL.
|
@RequestMapping(method=GET,
value="/dsl/lazy/{dataSetListId}",
produces="application/json")
org.springframework.http.ResponseEntity<DataSetListFlatDto> getDataSetListFlat(@PathVariable(value="dataSetListId")
UUID dataSetListId)
dataSetListId - dataSetListId (required)@RequestMapping(method=GET,
value="/dsl/lazy/{dataSetListId}/ReferenceByPath/{attributePath}",
produces="application/json")
org.springframework.http.ResponseEntity<RefDataSetListFlatDto> getReferencedDataSetList(@PathVariable(value="dataSetListId")
UUID dataSetListId,
@PathVariable(value="attributePath")
String attributePath)
dataSetListId - dataSetListId (required)attributePath - attributePath (required)Copyright © 2025. All rights reserved.