public class GenericFacetResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GenericFacetResponse.FACET_TYPE |
Modifier and Type | Field and Description |
---|---|
static String |
COUNT |
static String |
END |
static String |
END_INC |
static String |
LABEL |
static String |
START |
static String |
START_INC |
Constructor and Description |
---|
GenericFacetResponse(GenericFacetResponse.FACET_TYPE type,
String label,
List<GenericBucket> buckets) |
Modifier and Type | Method and Description |
---|---|
List<GenericBucket> |
getBuckets() |
String |
getLabel() |
GenericFacetResponse.FACET_TYPE |
getType() |
public static final String LABEL
public static final String COUNT
public static final String START
public static final String END
public static final String START_INC
public static final String END_INC
public GenericFacetResponse(GenericFacetResponse.FACET_TYPE type, String label, List<GenericBucket> buckets)
public String getLabel()
public List<GenericBucket> getBuckets()
public GenericFacetResponse.FACET_TYPE getType()
Copyright © 2005–2017 Alfresco Software. All rights reserved.