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