Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy.AttributeFlatDto
Packages that use AttributeFlatDto
-
Uses of AttributeFlatDto in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy
Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy that return AttributeFlatDtoModifier and TypeMethodDescriptionAttributeFlatDto.addParametersItem(ParameterFlatDto parametersItem) AttributeFlatDto.containsAttributes(Boolean containsAttributes) AttributeFlatDto.parameters(List<ParameterFlatDto> parameters) AttributeFlatDto.type(AttributeTypeDto type) Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy that return types with arguments of type AttributeFlatDtoModifier and TypeMethodDescription@Valid List<AttributeFlatDto> DataSetListFlatDto.getAttributes()Get attributesMethods in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy with parameters of type AttributeFlatDtoModifier and TypeMethodDescriptionDataSetListFlatDto.addAttributesItem(AttributeFlatDto attributesItem) Method parameters in org.qubership.atp.dataset.controllers.api.dto.datasetlists.lazy with type arguments of type AttributeFlatDtoModifier and TypeMethodDescriptionDataSetListFlatDto.attributes(List<AttributeFlatDto> attributes) voidDataSetListFlatDto.setAttributes(List<AttributeFlatDto> attributes)