| Constructor and Description |
|---|
GroupBy()
Initializes a new instance of the GroupBy class.
|
GroupBy(PropertyPath propertyPath)
Initializes a new instance of the GroupBy class.
|
GroupBy(PropertyPath propertyPath,
AggregateOn aggregateOn)
Initializes a new instance of the GroupBy class.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateOn |
getAggregateOn()
Gets the field that is used to determine the order of groups in a response.
|
SortDirection |
getOrder()
Gets the order of the groups in the grouped item array that is returned in the response.
|
PropertyPath |
getPropertyPath()
Identifies frequently referenced properties by URI.
|
void |
setAggregateOn(AggregateOn aggregateOn)
Sets the field that is used to determine the order of groups in a response.
|
void |
setOrder(SortDirection order)
Sets the order of the groups in the grouped item array that is returned in the response.
|
void |
setPropertyPath(PropertyPath propertyPath)
Sets the property path.
|
java.lang.String |
toString()
Converts the value of the current GroupBy object to its equivalent string representation.
|
public GroupBy()
public GroupBy(PropertyPath propertyPath)
propertyPath - the property pathpublic GroupBy(PropertyPath propertyPath, SortDirection order)
propertyPath - the property pathorder - the orderpublic GroupBy(PropertyPath propertyPath, AggregateOn aggregateOn)
propertyPath - the property pathaggregateOn - the aggregate onpublic GroupBy(PropertyPath propertyPath, SortDirection order, AggregateOn aggregateOn)
propertyPath - the property pathorder - the orderaggregateOn - the aggregate onpublic java.lang.String toString()
toString in class java.lang.Objectpublic PropertyPath getPropertyPath()
public void setPropertyPath(PropertyPath propertyPath)
propertyPath - the new property pathpublic SortDirection getOrder()
public void setOrder(SortDirection order)
order - the new orderpublic AggregateOn getAggregateOn()
public void setAggregateOn(AggregateOn aggregateOn)
aggregateOn - the new aggregate on