| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
StandardGroupBy.getOrder()
Gets the order of the groups in the grouped item array that is returned in the response.
|
SortDirection |
PropertyOrder.getOrder()
Gets the sort order direction.
|
SortDirection |
GroupBy.getOrder()
Gets the order of the groups in the grouped item array that is returned in the response.
|
static SortDirection |
SortDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardGroupBy.setOrder(SortDirection order)
Sets the order of the groups in the grouped item array that is returned in the response.
|
void |
PropertyOrder.setOrder(SortDirection order)
Sets the sort order direction.
|
void |
GroupBy.setOrder(SortDirection order)
Sets the order of the groups in the grouped item array that is returned in the response.
|
| Constructor and Description |
|---|
GroupBy(PropertyPath propertyPath,
SortDirection order)
Initializes a new instance of the GroupBy class.
|
GroupBy(PropertyPath propertyPath,
SortDirection order,
AggregateOn aggregateOn)
Initializes a new instance of the GroupBy class.
|
PropertyOrder(PropertyPath propertyPath,
SortDirection order)
Initializes a new instance of the PropertyOrder class.
|
StandardGroupBy(StandardGroupByPropertyPath propertyPath,
SortDirection order)
Initializes a new instance of the StandardGroupBy class.
|