io.sphere.sdk.customergroups.queries.CustomerGroupByIdGetImpl 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.MetaModelGetDslBuilder;
import io.sphere.sdk.queries.MetaModelGetDslImpl;
final class CustomerGroupByIdGetImpl extends MetaModelGetDslImpl> implements CustomerGroupByIdGet {
CustomerGroupByIdGetImpl(final String id) {
super(id, CustomerGroupEndpoint.ENDPOINT, CustomerGroupExpansionModel.of(), CustomerGroupByIdGetImpl::new);
}
public CustomerGroupByIdGetImpl(MetaModelGetDslBuilder> builder) {
super(builder);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy