Uses of Class
org.qubership.atp.dataset.clients.dto.UiManAttributeDto
Packages that use UiManAttributeDto
-
Uses of UiManAttributeDto in org.qubership.atp.dataset.clients.api
Methods in org.qubership.atp.dataset.clients.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.clients.dto
Methods in org.qubership.atp.dataset.clients.dto 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.clients.dto that return types with arguments of type UiManAttributeDtoModifier and TypeMethodDescription@Valid List<UiManAttributeDto> UiManAttributeDto.getAttributes()Get attributesMethods in org.qubership.atp.dataset.clients.dto with parameters of type UiManAttributeDtoModifier and TypeMethodDescriptionUiManAttributeDto.addAttributesItem(UiManAttributeDto attributesItem) Method parameters in org.qubership.atp.dataset.clients.dto with type arguments of type UiManAttributeDtoModifier and TypeMethodDescriptionUiManAttributeDto.attributes(List<UiManAttributeDto> attributes) voidUiManAttributeDto.setAttributes(List<UiManAttributeDto> attributes)