java.lang.Object |
↳ |
com.kinvey.java.model.Aggregation |
Class Overview
This class wraps the response of an Aggregation Request.
Access the results through the array called `results`
Summary
Nested Classes |
class |
Aggregation.Result |
This class represents an individual result of an Aggregation request. |
Public Methods |
ArrayList<Number>
|
getResultsFor(String key, String value)
Return a list of result values from the aggregation
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
Public Methods
public
ArrayList<Number>
getResultsFor
(String key, String value)
Return a list of result values from the aggregation
Parameters
key |
the key to search for |
value |
the value of the key to search for |
Returns
- a list of numbers containing the results for the provided key/value