| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
StandardGroupByPropertyPath |
StandardGroupBy.getPropertyPath()
Gets the standard property that is used for a grouped query.
|
static StandardGroupByPropertyPath |
StandardGroupByPropertyPath.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardGroupByPropertyPath[] |
StandardGroupByPropertyPath.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.setPropertyPath(StandardGroupByPropertyPath propertyPath)
Sets the standard property that is used for a grouped query.
|
| Constructor and Description |
|---|
StandardGroupBy(StandardGroupByPropertyPath propertyPath)
Initializes a new instance of the StandardGroupBy class.
|
StandardGroupBy(StandardGroupByPropertyPath propertyPath,
SortDirection order)
Initializes a new instance of the StandardGroupBy class.
|