Uses of Class
com.attivio.sdk.businesscenter.AdminQueryResult.Bucket
-
Packages that use AdminQueryResult.Bucket Package Description com.attivio.sdk.businesscenter -
-
Uses of AdminQueryResult.Bucket in com.attivio.sdk.businesscenter
Methods in com.attivio.sdk.businesscenter that return types with arguments of type AdminQueryResult.Bucket Modifier and Type Method Description java.util.List<AdminQueryResult.Bucket>
AdminQueryResult.FacetResult. getBuckets()
java.util.List<AdminQueryResult.Bucket>
AdminQueryResult. getFacet(java.lang.String field)
java.util.Map<java.lang.String,java.util.List<AdminQueryResult.Bucket>>
AdminQueryResult. getFacets()
Method parameters in com.attivio.sdk.businesscenter with type arguments of type AdminQueryResult.Bucket Modifier and Type Method Description void
AdminQueryResult. addFacet(java.lang.String field, java.util.List<AdminQueryResult.Bucket> buckets)
void
AdminQueryResult.FacetResult. setBuckets(java.util.List<AdminQueryResult.Bucket> value)
void
AdminQueryResult. setFacets(java.util.Map<java.lang.String,java.util.List<AdminQueryResult.Bucket>> value)
Constructor parameters in com.attivio.sdk.businesscenter with type arguments of type AdminQueryResult.Bucket Constructor Description AdminQueryResult(java.util.List<T> results, java.util.Map<java.lang.String,java.util.List<AdminQueryResult.Bucket>> facets, long offset, long totalResults)
FacetResult(java.lang.String name, java.util.List<AdminQueryResult.Bucket> buckets)
-