Uses of Class
org.qubership.atp.tdm.controllers.api.dto.testdata.TestDataTableFilterDto
Packages that use TestDataTableFilterDto
-
Uses of TestDataTableFilterDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return TestDataTableFilterDtoModifier and TypeMethodDescriptionTestDataTableFilterDto.addSearchValuesItem(String searchValuesItem) TestDataTableFilterDto.caseSensitive(Boolean caseSensitive) TestDataTableFilterDto.nameColumn(String nameColumn) TestDataTableFilterDto.searchCriterion(String searchCriterion) TestDataTableFilterDto.searchValues(List<String> searchValues) Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return types with arguments of type TestDataTableFilterDtoModifier and TypeMethodDescription@Valid List<TestDataTableFilterDto> TestDataRequestDto.getFilters()Get filtersMethods in org.qubership.atp.tdm.controllers.api.dto.testdata with parameters of type TestDataTableFilterDtoModifier and TypeMethodDescriptionTestDataRequestDto.addFiltersItem(TestDataTableFilterDto filtersItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.testdata with type arguments of type TestDataTableFilterDtoModifier and TypeMethodDescriptionTestDataRequestDto.filters(List<TestDataTableFilterDto> filters) voidTestDataRequestDto.setFilters(List<TestDataTableFilterDto> filters)