Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasets.UiManAttributeDto
Packages that use UiManAttributeDto
Package
Description
-
Uses of UiManAttributeDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type UiManAttributeDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UiManAttributeDto> DataSetControllerApi.getUiAttribute(UUID dataSetId, @Valid String evaluate, @Valid List<UUID> UUID) POST /ds/{dataSetId}/parameters : getUiAttribute -
Uses of UiManAttributeDto in org.qubership.atp.dataset.controllers.api.dto.datasets
Methods in org.qubership.atp.dataset.controllers.api.dto.datasets that return UiManAttributeDtoModifier and TypeMethodDescriptionUiManAttributeDto.addAttributesItem(UiManAttributeDto attributesItem) UiManAttributeDto.addParametersItem(UiManParameterDto parametersItem) UiManAttributeDto.attributes(List<UiManAttributeDto> attributes) UiManAttributeDto.dataSetListReference(UUID dataSetListReference) UiManAttributeDto.parameters(List<UiManParameterDto> parameters) UiManAttributeDto.type(AttributeTypeDto type) Methods in org.qubership.atp.dataset.controllers.api.dto.datasets that return types with arguments of type UiManAttributeDtoModifier and TypeMethodDescription@Valid List<UiManAttributeDto> UiManAttributeDto.getAttributes()Get attributesMethods in org.qubership.atp.dataset.controllers.api.dto.datasets with parameters of type UiManAttributeDtoModifier and TypeMethodDescriptionUiManAttributeDto.addAttributesItem(UiManAttributeDto attributesItem) Method parameters in org.qubership.atp.dataset.controllers.api.dto.datasets with type arguments of type UiManAttributeDtoModifier and TypeMethodDescriptionUiManAttributeDto.attributes(List<UiManAttributeDto> attributes) voidUiManAttributeDto.setAttributes(List<UiManAttributeDto> attributes)