Interface GetSendStatisticsResponse.Builder

    • Method Detail

      • sendDataPoints

        GetSendStatisticsResponse.Builder sendDataPoints​(Collection<SendDataPoint> sendDataPoints)

        A list of data points, each of which represents 15 minutes of activity.

        Parameters:
        sendDataPoints - A list of data points, each of which represents 15 minutes of activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sendDataPoints

        GetSendStatisticsResponse.Builder sendDataPoints​(SendDataPoint... sendDataPoints)

        A list of data points, each of which represents 15 minutes of activity.

        Parameters:
        sendDataPoints - A list of data points, each of which represents 15 minutes of activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.