Uses of Class
org.qubership.atp.dataset.controllers.api.dto.attributes.ParameterDto
Packages that use ParameterDto
-
Uses of ParameterDto in org.qubership.atp.dataset.controllers.api.dto.attributes
Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return ParameterDtoModifier and TypeMethodDescriptionParameterDto.attribute(AttributeDto attribute) ParameterDto.dataSetReference(Object dataSetReference) ParameterDto.fileData(FileDataDto fileData) ParameterDto.listValue(ListValueDto listValue) Methods in org.qubership.atp.dataset.controllers.api.dto.attributes that return types with arguments of type ParameterDtoModifier and TypeMethodDescription@Valid List<ParameterDto> AttributeDto.getParameters()Get parametersMethods in org.qubership.atp.dataset.controllers.api.dto.attributes with parameters of type ParameterDtoMethod parameters in org.qubership.atp.dataset.controllers.api.dto.attributes with type arguments of type ParameterDtoModifier and TypeMethodDescriptionAttributeDto.parameters(List<ParameterDto> parameters) voidAttributeDto.setParameters(List<ParameterDto> parameters)