fun withRange()

in src/main/java/com/spotify/heroic/client/api/query/MetricRequest.kt [51:54]


        fun withRange(range: DateRange): Builder {
            this.range = range
            return this
        }