Package com.commercetools.api.client
Interface ByProjectKeyChannelsGetMixin
- All Superinterfaces:
ClientRequestCommand<ChannelPagedQueryResponse>
,PagedQueryResourceRequest<ByProjectKeyChannelsGet,
,ChannelPagedQueryResponse, com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl> RequestCommand<ChannelPagedQueryResponse>
,SimplePagedQueryResourceRequest<ByProjectKeyChannelsGet,
ChannelPagedQueryResponse, com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl>
- All Known Implementing Classes:
ByProjectKeyChannelsGet
public interface ByProjectKeyChannelsGetMixin
extends PagedQueryResourceRequest<ByProjectKeyChannelsGet,ChannelPagedQueryResponse,com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl>
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl
queryDsl()
Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
execute, executeBlocking, executeBlocking
Methods inherited from interface com.commercetools.api.client.PagedQueryResourceRequest
addExpand, addLimit, addOffset, addPredicateVar, addPredicateVar, addSort, addWhere, addWithTotal, asPagedQueryResourceRequest, getFirstQueryParam, getQueryParam, getQueryParams, withExpand, withLimit, withOffset, withPredicateVar, withPredicateVar, withSort, withWhere, withWithTotal
Methods inherited from interface io.vrap.rmf.base.client.RequestCommand
execute, executeBlocking, executeBlocking
-
Method Details
-
queryDsl
default com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl queryDsl()- Specified by:
queryDsl
in interfaceSimplePagedQueryResourceRequest<ByProjectKeyChannelsGet,
ChannelPagedQueryResponse, com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl>
-