Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasetlists.AttributeDto
Packages that use AttributeDto
-
Uses of AttributeDto in org.qubership.atp.dataset.controllers.api.dto.datasetlists
Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists 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.datasetlists 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.datasetlists 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.datasetlists with type arguments of type AttributeDtoModifier and TypeMethodDescriptionDataSetListDto.attributes(List<AttributeDto> attributes) voidDataSetListDto.setAttributes(List<AttributeDto> attributes)