io.sphere.sdk.customergroups.queries.CustomerGroupQueryImpl Maven / Gradle / Ivy
package io.sphere.sdk.customergroups.queries;
import io.sphere.sdk.customergroups.CustomerGroup;
import io.sphere.sdk.customergroups.expansion.CustomerGroupExpansionModel;
import io.sphere.sdk.queries.MetaModelQueryDslBuilder;
import io.sphere.sdk.queries.MetaModelQueryDslImpl;
/**
{@doc.gen summary customer groups}
*/
final class CustomerGroupQueryImpl extends MetaModelQueryDslImpl> implements CustomerGroupQuery {
CustomerGroupQueryImpl(){
super(CustomerGroupEndpoint.ENDPOINT.endpoint(), CustomerGroupQuery.resultTypeReference(), CustomerGroupQueryModel.of(), CustomerGroupExpansionModel.of(), CustomerGroupQueryImpl::new);
}
private CustomerGroupQueryImpl(final MetaModelQueryDslBuilder> builder) {
super(builder);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy