All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.zones.queries.LocationsCollectionQueryModel Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
package io.sphere.sdk.zones.queries;

import io.sphere.sdk.queries.CountryQueryModel;
import io.sphere.sdk.queries.QueryPredicate;
import io.sphere.sdk.queries.StringQueryModel;

import java.util.function.Function;

public interface LocationsCollectionQueryModel {
    CountryQueryModel country();

    StringQueryModel state();

    QueryPredicate where(QueryPredicate embeddedPredicate);

    QueryPredicate where(Function> embeddedPredicate);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy