| Package | Description |
|---|---|
| org.qubership.atp.datasets.controllers | |
| org.qubership.atp.datasets.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<LabelDto> |
DataSetListControllerApi.addLabel(UUID dataSetListId,
String name,
Long modifiedWhen)
PUT /dsl/{dataSetListId}/label : addLabel
|
org.springframework.http.ResponseEntity<LabelDto> |
DataSetControllerApi.addLabel(UUID dataSetId,
String name,
UUID dataSetListId,
Long modifiedWhen)
PUT /ds/{dataSetId}/label : addLabel
|
org.springframework.http.ResponseEntity<List<LabelDto>> |
DataSetControllerApi.getLabels(UUID dataSetId)
GET /ds/{dataSetId}/label : getLabels
|
org.springframework.http.ResponseEntity<List<LabelDto>> |
DataSetListControllerApi.getLabels(UUID dataSetListId)
GET /dsl/{dataSetListId}/label : getLabels
|
| Modifier and Type | Method and Description |
|---|---|
LabelDto |
LabelDto.id(UUID id) |
LabelDto |
LabelDto.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<LabelDto> |
DataSetListDto.getLabels()
Get labels
|
| Modifier and Type | Method and Description |
|---|---|
DataSetListDto |
DataSetListDto.addLabelsItem(LabelDto labelsItem) |
| Modifier and Type | Method and Description |
|---|---|
DataSetListDto |
DataSetListDto.labels(List<LabelDto> labels) |
void |
DataSetListDto.setLabels(List<LabelDto> labels) |
Copyright © 2025. All rights reserved.