Uses of Enum
org.qubership.atp.tdm.controllers.api.dto.testdata.FilterTypeDto
Packages that use FilterTypeDto
-
Uses of FilterTypeDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return FilterTypeDtoModifier and TypeMethodDescriptionstatic FilterTypeDto@Valid FilterTypeDtoTestDataTableColumnDto.getFilterType()Get filterTypestatic FilterTypeDtoReturns the enum constant of this type with the specified name.static FilterTypeDto[]FilterTypeDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.tdm.controllers.api.dto.testdata with parameters of type FilterTypeDtoModifier and TypeMethodDescriptionTestDataTableColumnDto.filterType(FilterTypeDto filterType) voidTestDataTableColumnDto.setFilterType(FilterTypeDto filterType)