
com.chain.sequence.api.Query Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sequence-sdk Show documentation
Show all versions of sequence-sdk Show documentation
The Official Java SDK for Chain Core Developer Edition
The newest version!
package com.chain.sequence.api;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import java.util.List;
/**
* A generic configuration object for query requests.
* TODO: move this into BaseQueryBuilder.
*/
public class Query {
public String filter;
@SerializedName("filter_params")
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy