Interface UsageStatisticsSortBy.Builder

    • Method Detail

      • orderBy

        UsageStatisticsSortBy.Builder orderBy​(String orderBy)

        The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.

        Parameters:
        orderBy - The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderBy, OrderBy
      • orderBy

        UsageStatisticsSortBy.Builder orderBy​(OrderBy orderBy)

        The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.

        Parameters:
        orderBy - The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OrderBy, OrderBy