Uses of Class
com.attivio.sdk.search.facet.FacetBuckets
-
Packages that use FacetBuckets Package Description com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.sdk.test com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of FacetBuckets in com.attivio.sdk.search.facet
Subclasses of FacetBuckets in com.attivio.sdk.search.facet Modifier and Type Class Description class
FacetResponse
A response to aFacetRequest
.Fields in com.attivio.sdk.search.facet declared as FacetBuckets Modifier and Type Field Description protected FacetBuckets
FacetBucket. children
Methods in com.attivio.sdk.search.facet that return FacetBuckets Modifier and Type Method Description FacetBuckets
FacetBuckets. clone()
FacetBuckets
FacetBucket. getChildren()
Get the child buckets.Methods in com.attivio.sdk.search.facet with parameters of type FacetBuckets Modifier and Type Method Description FacetBucket
FacetBucket. setChildren(FacetBuckets value)
Set the child buckets.static FacetStatistics
FacetStatistics. valueOf(FacetBuckets buckets, long totalCount)
-
Uses of FacetBuckets in com.attivio.sdk.test
Classes in com.attivio.sdk.test with type parameters of type FacetBuckets Modifier and Type Class Description class
FacetBucketsAssert<T extends FacetBuckets>
Assertions for inspecting/testing aFacetBuckets
.Fields in com.attivio.sdk.test declared as FacetBuckets Modifier and Type Field Description protected T
FacetBucketsAssert. actual
Methods in com.attivio.sdk.test with parameters of type FacetBuckets Modifier and Type Method Description static FacetBucketsAssert
FacetBucketsAssert. assertThat(FacetBuckets value)
-
Uses of FacetBuckets in com.attivio.util.serialization
Methods in com.attivio.util.serialization with parameters of type FacetBuckets Modifier and Type Method Description static void
FacetBucketConverter. addAttribute(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, com.thoughtworks.xstream.mapper.Mapper mapper, FacetBuckets b)
-