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