public class SearchFacetEntryRest extends Object implements RestAddressableModel
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
AUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
SearchFacetEntryRest(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(SearchFacetValueRest valueRest) |
boolean |
exposeMinAndMaxValue()
See documentation at
DiscoverySearchFilterFacet.exposeMinAndMaxValue() |
String |
getCategory() |
Class |
getController() |
int |
getFacetLimit() |
String |
getFacetType() |
String |
getMaxValue()
Returns the highest value that can be found for this value in solr
|
String |
getMinValue()
Returns the smallest value that can be found for this value in solr
|
String |
getName() |
String |
getType() |
List<SearchFacetValueRest> |
getValues() |
Boolean |
isHasMore() |
void |
setExposeMinMax(boolean exposeMinMax)
See documentation at
DiscoverySearchFilterFacet.setExposeMinAndMaxValue(boolean) |
void |
setFacetLimit(int facetLimit) |
void |
setFacetType(String facetType) |
void |
setHasMore(Boolean hasMore) |
void |
setMaxValue(String maxValue)
Sets the maxValue property for the SearchFacetEntryRest to the given parameter
|
void |
setMinValue(String minValue)
Sets the minValue property for the SearchFacetEntryRest to the given parameter
|
void |
setName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
public SearchFacetEntryRest(String name)
public String getCategory()
getCategory in interface RestAddressableModelpublic Class getController()
getController in interface RestAddressableModelpublic String getName()
public void setName(String name)
public void addValue(SearchFacetValueRest valueRest)
public List<SearchFacetValueRest> getValues()
public String getFacetType()
public void setFacetType(String facetType)
public void setHasMore(Boolean hasMore)
public Boolean isHasMore()
public int getFacetLimit()
public void setFacetLimit(int facetLimit)
public boolean exposeMinAndMaxValue()
DiscoverySearchFilterFacet.exposeMinAndMaxValue()public void setExposeMinMax(boolean exposeMinMax)
DiscoverySearchFilterFacet.setExposeMinAndMaxValue(boolean)public String getMinValue()
public void setMinValue(String minValue)
minValue - The String that the minValue will be set topublic String getMaxValue()
public void setMaxValue(String maxValue)
maxValue - The String that the maxValue will be set toCopyright © 2019 DuraSpace. All rights reserved.