| Constructor and Description |
|---|
StandardGroupBy()
Initializes a new instance of the StandardGroupBy class.
|
StandardGroupBy(StandardGroupByPropertyPath propertyPath)
Initializes a new instance of the StandardGroupBy class.
|
StandardGroupBy(StandardGroupByPropertyPath propertyPath,
SortDirection order)
Initializes a new instance of the StandardGroupBy class.
|
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
getOrder()
Gets the order of the groups in the grouped item array that is returned in the response.
|
StandardGroupByPropertyPath |
getPropertyPath()
Gets the standard property that is used for a grouped query.
|
void |
setOrder(SortDirection order)
Sets the order of the groups in the grouped item array that is returned in the response.
|
void |
setPropertyPath(StandardGroupByPropertyPath propertyPath)
Sets the standard property that is used for a grouped query.
|
java.lang.String |
toString()
Converts the value of the current StandardGroupBy object to its equivalent string representation.
|
public StandardGroupBy()
public StandardGroupBy(StandardGroupByPropertyPath propertyPath)
propertyPath - the property pathpublic StandardGroupBy(StandardGroupByPropertyPath propertyPath, SortDirection order)
propertyPath - the property pathorder - the orderpublic java.lang.String toString()
toString in class java.lang.Objectpublic StandardGroupByPropertyPath getPropertyPath()
public void setPropertyPath(StandardGroupByPropertyPath propertyPath)
propertyPath - the new property pathpublic SortDirection getOrder()
public void setOrder(SortDirection order)
order - the new order