Uses of Class
org.qubership.atp.dataset.controllers.api.dto.attributes.AttributeCreateResponseDto
Packages that use AttributeCreateResponseDto
Package
Description
-
Uses of AttributeCreateResponseDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type AttributeCreateResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributeCreateResponseDto> AttributeControllerApi.create(UUID dataSetListId, @NotNull @Valid String name, @NotNull @Valid Integer ordering, @NotNull @Valid AttributeTypeDto type, @Valid UUID typeDataSetListId, @Valid Long modifiedWhen, @Valid List<String> requestBody) PUT /attribute/dsl/{dataSetListId} : Creates new attribute with provided name and order. -
Uses of AttributeCreateResponseDto in org.qubership.atp.dataset.controllers.api.dto.attributes
Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return AttributeCreateResponseDtoModifier and TypeMethodDescriptionAttributeCreateResponseDto.addListValuesItem(ListValueResponseDto listValuesItem) AttributeCreateResponseDto.dataSetListId(UUID dataSetListId) AttributeCreateResponseDto.dataSetListReference(UUID dataSetListReference) AttributeCreateResponseDto.listValues(List<ListValueResponseDto> listValues) AttributeCreateResponseDto.type(AttributeTypeDto type)