| Package | Description |
|---|---|
| org.qubership.atp.datasets.controllers | |
| org.qubership.atp.datasets.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AttributeCreateResponseDto> |
AttributeControllerApi.create(UUID dataSetListId,
String name,
Integer ordering,
AttributeTypeDto type,
UUID typeDataSetListId,
Long modifiedWhen,
List<String> requestBody)
PUT /attribute/dsl/{dataSetListId} : Creates new attribute with provided name and order.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeCreateResponseDto |
AttributeCreateResponseDto.addListValuesItem(ListValueResponseDto listValuesItem) |
AttributeCreateResponseDto |
AttributeCreateResponseDto.dataSetListId(UUID dataSetListId) |
AttributeCreateResponseDto |
AttributeCreateResponseDto.dataSetListReference(UUID dataSetListReference) |
AttributeCreateResponseDto |
AttributeCreateResponseDto.id(UUID id) |
AttributeCreateResponseDto |
AttributeCreateResponseDto.listValues(List<ListValueResponseDto> listValues) |
AttributeCreateResponseDto |
AttributeCreateResponseDto.name(String name) |
AttributeCreateResponseDto |
AttributeCreateResponseDto.type(AttributeTypeDto type) |
Copyright © 2025. All rights reserved.