Interface AnalyticsBinBySpecification.Builder

    • Method Detail

      • order

        AnalyticsBinBySpecification.Builder order​(String order)

        Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.

        Parameters:
        order - Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsSortOrder, AnalyticsSortOrder
      • order

        AnalyticsBinBySpecification.Builder order​(AnalyticsSortOrder order)

        Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.

        Parameters:
        order - Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsSortOrder, AnalyticsSortOrder