io.sphere.sdk.customergroups.queries.CustomerGroupQueryImpl Maven / Gradle / Ivy
/*
This class has been generated by class io.sphere.sdk.annotations.processors.HasQueryEndpointAnnotationProcessor
induced by the annotation io.sphere.sdk.annotations.HasQueryEndpoint.
in the source class io.sphere.sdk.customergroups.CustomerGroup.
To render this class the handlebars template 'queries/resourceQueryImplementation.hbs' has been used.
*/
package io.sphere.sdk.customergroups.queries;
import io.sphere.sdk.customergroups.CustomerGroup;
import io.sphere.sdk.customergroups.expansion.CustomerGroupExpansionModel;
import io.sphere.sdk.queries.*;
final class CustomerGroupQueryImpl extends MetaModelQueryDslImpl> implements CustomerGroupQuery {
CustomerGroupQueryImpl(){
super("/customer-groups", CustomerGroupQuery.resultTypeReference(), CustomerGroupQueryModel.of(), CustomerGroupExpansionModel.of(), CustomerGroupQueryImpl::new);
}
private CustomerGroupQueryImpl(final MetaModelQueryDslBuilder> builder) {
super(builder);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy