|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AggregationFunction | |
|---|---|
| org.gcube.contentmanagement.timeseriesservice.stubs | |
| Uses of AggregationFunction in org.gcube.contentmanagement.timeseriesservice.stubs |
|---|
| Fields in org.gcube.contentmanagement.timeseriesservice.stubs declared as AggregationFunction | |
|---|---|
static AggregationFunction |
AggregationFunction.AVG
|
static AggregationFunction |
AggregationFunction.MAX
|
static AggregationFunction |
AggregationFunction.MIN
|
static AggregationFunction |
AggregationFunction.SUM
|
| Methods in org.gcube.contentmanagement.timeseriesservice.stubs that return AggregationFunction | |
|---|---|
static AggregationFunction |
AggregationFunction.fromString(String value)
|
static AggregationFunction |
AggregationFunction.fromValue(String value)
|
AggregationFunction |
GroupRequest.getAggregateFunction()
Gets the aggregateFunction value for this GroupRequest. |
AggregationFunction |
AggregateRequest.getAggregateFunction()
Gets the aggregateFunction value for this AggregateRequest. |
| Methods in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type AggregationFunction | |
|---|---|
void |
GroupRequest.setAggregateFunction(AggregationFunction aggregateFunction)
Sets the aggregateFunction value for this GroupRequest. |
void |
AggregateRequest.setAggregateFunction(AggregationFunction aggregateFunction)
Sets the aggregateFunction value for this AggregateRequest. |
| Constructors in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type AggregationFunction | |
|---|---|
AggregateRequest(AggregationFunction aggregateFunction,
String[] fieldList,
String user)
|
|
GroupRequest(AggregationFunction aggregateFunction,
GroupElement[] groupingList,
String user)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||