Interface GroupCount.Builder

    • Method Detail

      • count

        GroupCount.Builder count​(Long count)

        The total number of findings in the group of query results.

        Parameters:
        count - The total number of findings in the group of query results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupKey

        GroupCount.Builder groupKey​(String groupKey)

        The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.

        Parameters:
        groupKey - The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.