Uses of Class
org.qubership.atp.dataset.controllers.api.dto.testplans.ParameterDto
Packages that use ParameterDto
-
Uses of ParameterDto in org.qubership.atp.dataset.controllers.api.dto.testplans
Methods in org.qubership.atp.dataset.controllers.api.dto.testplans 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.testplans 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.testplans with parameters of type ParameterDtoMethod parameters in org.qubership.atp.dataset.controllers.api.dto.testplans with type arguments of type ParameterDtoModifier and TypeMethodDescriptionAttributeDto.parameters(List<ParameterDto> parameters) voidAttributeDto.setParameters(List<ParameterDto> parameters)