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

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

The newest version!
package io.sphere.sdk.zones.queries;

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

interface SharedLocationsCollectionQueryModel {
    CountryQueryModel country();

    StringQueryModel state();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy