All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.keen.client.java.RequestParameter Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package io.keen.client.java;

/**
 * An interface implemented by a request parameter object.
 *
 * @author baumatron
 * @param  The type of arguments this parameter generates.
 */
abstract class RequestParameter {
    /**
     * Returns a jsonifiable object, such as a Map or a List, for a request parameter.
     * 
     * @return A jsonifiable object, such as a Map or a List.
     */
    abstract ArgsT constructParameterRequestArgs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy