Uses of Class
de.hybris.platform.solrfacetsearch.config.EndpointURL
-
Packages that use EndpointURL Package Description de.hybris.platform.solrfacetsearch.config -
-
Uses of EndpointURL in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type EndpointURL Modifier and Type Method Description java.util.List<EndpointURL>ClusterConfig. getEndpointURLs()java.util.List<EndpointURL>SolrConfig. getEndpointURLs()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type EndpointURL Modifier and Type Method Description voidClusterConfig. setEndpointURLs(java.util.List<EndpointURL> endpointURLs)voidSolrConfig. setEndpointURLs(java.util.List<EndpointURL> endpointURLs)
-