| 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 |
|---|---|
static AttributeTypeDto |
AttributeTypeDto.fromValue(String value) |
AttributeTypeDto |
RefDataSetListAttributeDto.getType()
Get type
|
AttributeTypeDto |
AttributeFlatDto.getType()
Get type
|
AttributeTypeDto |
UiManAttributeDto.getType()
Get type
|
AttributeTypeDto |
AttributeCreateResponseDto.getType()
Get type
|
AttributeTypeDto |
AbstractParameterDto.getType()
Get type
|
AttributeTypeDto |
AttributeDto.getType()
Get type
|
AttributeTypeDto |
DataSetGroupDto.getType()
Get type
|
static AttributeTypeDto |
AttributeTypeDto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeTypeDto[] |
AttributeTypeDto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefDataSetListAttributeDto.setType(AttributeTypeDto type) |
void |
AttributeFlatDto.setType(AttributeTypeDto type) |
void |
UiManAttributeDto.setType(AttributeTypeDto type) |
void |
AttributeCreateResponseDto.setType(AttributeTypeDto type) |
void |
AbstractParameterDto.setType(AttributeTypeDto type) |
void |
AttributeDto.setType(AttributeTypeDto type) |
void |
DataSetGroupDto.setType(AttributeTypeDto type) |
RefDataSetListAttributeDto |
RefDataSetListAttributeDto.type(AttributeTypeDto type) |
AttributeFlatDto |
AttributeFlatDto.type(AttributeTypeDto type) |
UiManAttributeDto |
UiManAttributeDto.type(AttributeTypeDto type) |
AttributeCreateResponseDto |
AttributeCreateResponseDto.type(AttributeTypeDto type) |
AbstractParameterDto |
AbstractParameterDto.type(AttributeTypeDto type) |
AttributeDto |
AttributeDto.type(AttributeTypeDto type) |
DataSetGroupDto |
DataSetGroupDto.type(AttributeTypeDto type) |
Copyright © 2025. All rights reserved.