Uses of Class
io.gs2.watch.request.GetChartRequest
Packages that use GetChartRequest
-
Uses of GetChartRequest in io.gs2.watch
Methods in io.gs2.watch with parameters of type GetChartRequestModifier and TypeMethodDescriptionGs2WatchRestClient.getChart(GetChartRequest request) voidGs2WatchRestClient.getChartAsync(GetChartRequest request, AsyncAction<AsyncResult<GetChartResult>> callback) -
Uses of GetChartRequest in io.gs2.watch.request
Methods in io.gs2.watch.request that return GetChartRequestModifier and TypeMethodDescriptionstatic GetChartRequestGetChartRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetChartRequest.withAggregator(String aggregator) GetChartRequest.withFormat(String format) GetChartRequest.withMetrics(String metrics) GetChartRequest.withQueries(List<String> queries) GetChartRequest.withTimeframe(String timeframe)