io.sphere.sdk.customergroups.queries.CustomerGroupQueryModelImpl Maven / Gradle / Ivy
package io.sphere.sdk.customergroups.queries;
import io.sphere.sdk.customergroups.CustomerGroup;
import io.sphere.sdk.queries.ResourceQueryModelImpl;
import io.sphere.sdk.queries.QueryModel;
import io.sphere.sdk.queries.StringQuerySortingModel;
final class CustomerGroupQueryModelImpl extends ResourceQueryModelImpl implements CustomerGroupQueryModel {
CustomerGroupQueryModelImpl(final QueryModel parent, final String pathSegment) {
super(parent, pathSegment);
}
@Override
public StringQuerySortingModel name() {
return stringModel("name");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy