public class

AggregateEntity

extends GenericJson
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ com.google.api.client.util.GenericData
       ↳ com.google.api.client.json.GenericJson
         ↳ com.kinvey.java.model.AggregateEntity

Class Overview

This class maintains information about Aggregation Requests

Summary

Nested Classes
enum AggregateEntity.AggregateType  
Public Constructors
AggregateEntity(ArrayList<String> fields, AggregateEntity.AggregateType type, String aggregateField, Query query, AbstractKinveyJsonClient client)
Public Methods
LinkedHashMap<String, Object> getCondition()
HashMap<String, Object> getInitial()
HashMap<String, Boolean> getKey()
String getReduce()
[Expand]
Inherited Methods
From class com.google.api.client.json.GenericJson
From class com.google.api.client.util.GenericData
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Public Constructors

public AggregateEntity (ArrayList<String> fields, AggregateEntity.AggregateType type, String aggregateField, Query query, AbstractKinveyJsonClient client)

Public Methods

public LinkedHashMap<String, Object> getCondition ()

public HashMap<String, Object> getInitial ()

public HashMap<String, Boolean> getKey ()

public String getReduce ()