![JAR search and dependency download from the Maven repository](/logo.png)
com.sportdataapi.util.ResponseQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sportdata-api-client Show documentation
Show all versions of sportdata-api-client Show documentation
A simple sportdataapi.com client.
The newest version!
package com.sportdataapi.util;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
/**
* Query Response information.
* @author ralph
*
*/
@JsonDeserialize(using=ResponseQueryDeserializer.class)
public class ResponseQuery {
private Map queryValues;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy