Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasetlists.RefDataSetListAttributeDto
Packages that use RefDataSetListAttributeDto
-
Uses of RefDataSetListAttributeDto in org.qubership.atp.dataset.controllers.api.dto.datasetlists
Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists that return RefDataSetListAttributeDtoModifier and TypeMethodDescriptionRefDataSetListAttributeDto.addParametersItem(RefParameterDto parametersItem) RefDataSetListAttributeDto.containsAttributes(Boolean containsAttributes) RefDataSetListAttributeDto.parameters(List<RefParameterDto> parameters) RefDataSetListAttributeDto.type(AttributeTypeDto type) Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists that return types with arguments of type RefDataSetListAttributeDtoModifier and TypeMethodDescription@Valid List<RefDataSetListAttributeDto> RefDataSetListFlatDto.getAttributes()Get attributesMethods in org.qubership.atp.dataset.controllers.api.dto.datasetlists with parameters of type RefDataSetListAttributeDtoModifier and TypeMethodDescriptionRefDataSetListFlatDto.addAttributesItem(RefDataSetListAttributeDto attributesItem) Method parameters in org.qubership.atp.dataset.controllers.api.dto.datasetlists with type arguments of type RefDataSetListAttributeDtoModifier and TypeMethodDescriptionRefDataSetListFlatDto.attributes(List<RefDataSetListAttributeDto> attributes) voidRefDataSetListFlatDto.setAttributes(List<RefDataSetListAttributeDto> attributes)