io.sphere.sdk.zones.queries.ZoneQueryImpl 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.zones.Zone.
To render this class the handlebars template 'queries/resourceQueryImplementation.hbs' has been used.
*/
package io.sphere.sdk.zones.queries;
import io.sphere.sdk.zones.Zone;
import io.sphere.sdk.zones.expansion.ZoneExpansionModel;
import io.sphere.sdk.queries.*;
final class ZoneQueryImpl extends MetaModelQueryDslImpl> implements ZoneQuery {
ZoneQueryImpl(){
super("/zones", ZoneQuery.resultTypeReference(), ZoneQueryModel.of(), ZoneExpansionModel.of(), ZoneQueryImpl::new);
}
private ZoneQueryImpl(final MetaModelQueryDslBuilder> builder) {
super(builder);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy