Class ByProjectKeyChannelsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyChannelsGet,ChannelPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyChannelsGet
All Implemented Interfaces:
ByProjectKeyChannelsGetMixin, Deprecatable200Trait<ByProjectKeyChannelsGet>, ErrorableTrait<ByProjectKeyChannelsGet>, ExpandableTrait<ByProjectKeyChannelsGet>, PagedQueryResourceRequest<ByProjectKeyChannelsGet,ChannelPagedQueryResponse,ChannelQueryBuilderDsl>, PagingTrait<ByProjectKeyChannelsGet>, QueryTrait<ByProjectKeyChannelsGet>, SimplePagedQueryResourceRequest<ByProjectKeyChannelsGet,ChannelPagedQueryResponse,ChannelQueryBuilderDsl>, SortableTrait<ByProjectKeyChannelsGet>, io.vrap.rmf.base.client.ClientRequestCommand<ChannelPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ChannelPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<ChannelPagedQueryResponse>



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