Uses of Class
co.arago.hiro.client.rest.GraphAPI.QueryTimeseriesCommand
-
Packages that use GraphAPI.QueryTimeseriesCommand Package Description co.arago.hiro.client.rest -
-
Uses of GraphAPI.QueryTimeseriesCommand in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest that return GraphAPI.QueryTimeseriesCommand Modifier and Type Method Description GraphAPI.QueryTimeseriesCommandGraphAPI. queryTimeseriesCommand(java.lang.String query)query timeseries valuesprotected GraphAPI.QueryTimeseriesCommandGraphAPI.QueryTimeseriesCommand. self()GraphAPI.QueryTimeseriesCommandGraphAPI.QueryTimeseriesCommand. setAggregate(java.lang.String aggregate)GraphAPI.QueryTimeseriesCommandGraphAPI.QueryTimeseriesCommand. setFrom(long from)GraphAPI.QueryTimeseriesCommandGraphAPI.QueryTimeseriesCommand. setLimit(java.lang.Integer limit)GraphAPI.QueryTimeseriesCommandGraphAPI.QueryTimeseriesCommand. setOrder(java.lang.String order)GraphAPI.QueryTimeseriesCommandGraphAPI.QueryTimeseriesCommand. setTo(long to)
-