io.sphere.sdk.zones.queries.ZoneQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.zones.queries;
import io.sphere.sdk.queries.ResourceQueryModel;
import io.sphere.sdk.queries.StringQuerySortingModel;
import io.sphere.sdk.zones.Zone;
public interface ZoneQueryModel extends ResourceQueryModel {
StringQuerySortingModel name();
LocationsCollectionQueryModel locations();
static ZoneQueryModel of() {
return new ZoneQueryModelImpl(null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy