Package com.veeva.vault.sdk.api.query
Interface QueryFacetResponse
public interface QueryFacetResponse
Represents the facet response of a query execution.
-
Method Summary
Modifier and TypeMethodDescriptionA List ofQueryFacetResult
s in the order in which they were requested in theQueryFacetRequest
.
-
Method Details
-
getResults
List<QueryFacetResult> getResults()A List ofQueryFacetResult
s in the order in which they were requested in theQueryFacetRequest
.- Returns:
- a List of query facet results
-