io.sphere.sdk.customergroups.queries.CustomerGroupQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.customergroups.queries;
import io.sphere.sdk.customergroups.CustomerGroup;
import io.sphere.sdk.queries.ResourceQueryModel;
import io.sphere.sdk.queries.StringQuerySortingModel;
public interface CustomerGroupQueryModel extends ResourceQueryModel {
StringQuerySortingModel name();
static CustomerGroupQueryModel of() {
return new CustomerGroupQueryModelImpl(null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy