io.sphere.sdk.queries.ReferenceCollectionQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.queries;
import io.sphere.sdk.models.Referenceable;
public interface ReferenceCollectionQueryModel extends CollectionQueryModel {
QueryPredicate isIn(Iterable extends Referenceable> references);
StringQueryModel id();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy