io.keen.client.java.Query Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keen-client-api-query Show documentation
Show all versions of keen-client-api-query Show documentation
Java Query Client API for Keen IO
package io.keen.client.java;
import java.util.Map;
import java.util.List;
import java.util.HashMap;
import java.util.ArrayList;
/**
* Query represents all the details of the query to be run, including required
* and optional parameters.
*
* Created by claireyoung on 5/18/15.
* @author claireyoung
* @since 1.0.0
*/
public class Query {
private final QueryType queryType;
private final String eventCollection;
private final String targetProperty;
// optional
private final Timeframe timeframe;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy