Uses of Class
org.qubership.atp.dataset.controllers.api.dto.attributes.AttributeDto
Packages that use AttributeDto
Package
Description
-
Uses of AttributeDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type AttributeDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributeDto> GET /attribute/{attributeId} : Returns attribute.org.springframework.http.ResponseEntity<List<AttributeDto>> AttributeControllerApi.getAttributes(UUID dataSetListId) GET /attribute/dsl/{dataSetListId} : Returns all attributes by dataSetList id. -
Uses of AttributeDto in org.qubership.atp.dataset.controllers.api.dto.attributes
Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return AttributeDtoModifier and TypeMethodDescriptionAttributeDto.addListValuesItem(ListValueDto listValuesItem) AttributeDto.addParametersItem(ParameterDto parametersItem) AttributeDto.dataSetList(DataSetListDto dataSetList) AttributeDto.dataSetListReference(DataSetListDto dataSetListReference) @NotNull @Valid AttributeDtoListValueDto.getAttribute()Get attribute@NotNull @Valid AttributeDtoParameterDto.getAttribute()Get attributeAttributeDto.listValues(List<ListValueDto> listValues) AttributeDto.parameters(List<ParameterDto> parameters) AttributeDto.type(AttributeTypeDto type) Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return types with arguments of type AttributeDtoModifier and TypeMethodDescription@Valid List<AttributeDto> DataSetListDto.getAttributes()Get attributesMethods in org.qubership.atp.dataset.controllers.api.dto.attributes with parameters of type AttributeDtoModifier and TypeMethodDescriptionDataSetListDto.addAttributesItem(AttributeDto attributesItem) ListValueDto.attribute(AttributeDto attribute) ParameterDto.attribute(AttributeDto attribute) voidListValueDto.setAttribute(AttributeDto attribute) voidParameterDto.setAttribute(AttributeDto attribute) Method parameters in org.qubership.atp.dataset.controllers.api.dto.attributes with type arguments of type AttributeDtoModifier and TypeMethodDescriptionDataSetListDto.attributes(List<AttributeDto> attributes) voidDataSetListDto.setAttributes(List<AttributeDto> attributes)