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);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy