io.sphere.sdk.queries.JsonObjectQueryModel Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.queries;
public interface JsonObjectQueryModel {
StringQueryModel ofString(String fieldName);
JsonObjectQueryModel ofJsonObject(String fieldName);
BooleanQueryModel ofBoolean(String fieldName);
StringCollectionQueryModel ofStringCollection(String fieldName);
IntegerQueryModel ofInteger(String fieldName);
LongQueryModel ofLong(String fieldName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy