| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
AggregateOn |
GroupBy.getAggregateOn()
Gets the field that is used to determine the order of groups in a response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupBy.setAggregateOn(AggregateOn aggregateOn)
Sets the field that is used to determine the order of groups in a response.
|
| Constructor and Description |
|---|
GroupBy(PropertyPath propertyPath,
AggregateOn aggregateOn)
Initializes a new instance of the GroupBy class.
|
GroupBy(PropertyPath propertyPath,
SortDirection order,
AggregateOn aggregateOn)
Initializes a new instance of the GroupBy class.
|