void groupCount(String resultSetName, String entityUri, String filter, String... groupByFieldNames)
void groupCount(String resultSetName, String entityUri, String filter, String... groupByFieldNames)
Name | Type | Description |
---|---|---|
resultSetName | String | The resultset name |
entityUri | String | The entity uri. |
filter | String | Condition to be satisfied by the entities in the result. |
groupByFieldNames | String... | Names of the fields in groupBy clause. |
Type | Description |
---|---|
void |