Class ReportPropertyDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • analysisTimeInterval

        public ReportPropertyDetails.Builder analysisTimeInterval​(String analysisTimeInterval)
        Specify time period in ISO 8601 format with respect to current time.

        If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored. Examples P90D (last 90 days), P4W (last 4 weeks), P2M (last 2 months), P1Y (last 12 months), . Maximum value allowed is 25 months prior to current time (P25M).

        Parameters:
        analysisTimeInterval - the value to set
        Returns:
        this builder
      • timeIntervalStart

        public ReportPropertyDetails.Builder timeIntervalStart​(Date timeIntervalStart)
        The start timestamp that was passed into the request.
        Parameters:
        timeIntervalStart - the value to set
        Returns:
        this builder
      • timeIntervalEnd

        public ReportPropertyDetails.Builder timeIntervalEnd​(Date timeIntervalEnd)
        The end timestamp that was passed into the request.
        Parameters:
        timeIntervalEnd - the value to set
        Returns:
        this builder