Uses of Class
io.apicurio.registry.storage.dto.SearchFilterType
-
Packages that use SearchFilterType Package Description io.apicurio.registry.storage.dto -
-
Uses of SearchFilterType in io.apicurio.registry.storage.dto
Methods in io.apicurio.registry.storage.dto that return SearchFilterType Modifier and Type Method Description SearchFilterTypeSearchFilter. getType()static SearchFilterTypeSearchFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchFilterType[]SearchFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apicurio.registry.storage.dto with parameters of type SearchFilterType Modifier and Type Method Description voidSearchFilter. setType(SearchFilterType type)Constructors in io.apicurio.registry.storage.dto with parameters of type SearchFilterType Constructor Description SearchFilter(SearchFilterType type, String value)Constructor.
-