Class ByProjectKeyChannelsGet

All Implemented Interfaces:
ByProjectKeyChannelsGetMixin, Deprecatable200Trait<ByProjectKeyChannelsGet>, ErrorableTrait<ByProjectKeyChannelsGet>, ExpandableTrait<ByProjectKeyChannelsGet>, PagedQueryResourceRequest<ByProjectKeyChannelsGet,ChannelPagedQueryResponse,com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl>, PagingTrait<ByProjectKeyChannelsGet>, QueryTrait<ByProjectKeyChannelsGet>, SimplePagedQueryResourceRequest<ByProjectKeyChannelsGet,ChannelPagedQueryResponse,com.commercetools.api.predicates.query.channel.ChannelQueryBuilderDsl>, SortableTrait<ByProjectKeyChannelsGet>, ClientRequestCommand<ChannelPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ChannelPagedQueryResponse>, RequestCommand<ChannelPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.channel.ChannelPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .channels()
            .get()
            .execute()