Uses of Enum Class
de.hybris.platform.solrfacetsearch.enums.KeywordRedirectMatchType
Packages that use KeywordRedirectMatchType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.redirect package.
-
Uses of KeywordRedirectMatchType in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return KeywordRedirectMatchTypeModifier and TypeMethodDescriptionstatic KeywordRedirectMatchTypeReturns the enum constant of this class with the specified name.static KeywordRedirectMatchType[]KeywordRedirectMatchType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of KeywordRedirectMatchType in de.hybris.platform.solrfacetsearch.model.redirect
Methods in de.hybris.platform.solrfacetsearch.model.redirect that return KeywordRedirectMatchTypeModifier and TypeMethodDescriptionSolrFacetSearchKeywordRedirectModel.getMatchType()Generated method - Getter of theSolrFacetSearchKeywordRedirect.matchTypeattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.redirect with parameters of type KeywordRedirectMatchTypeModifier and TypeMethodDescriptionvoidSolrFacetSearchKeywordRedirectModel.setMatchType(KeywordRedirectMatchType value) Generated method - Setter ofSolrFacetSearchKeywordRedirect.matchTypeattribute defined at extensionsolrfacetsearch.