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

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

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

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

public interface EmbeddedLocationsCollectionQueryModel extends SharedLocationsCollectionQueryModel {
    @Override
    CountryQueryModel country();

    @Override
    StringQueryModel state();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy