Class ByProjectKeyChannelsByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyChannelsByIDGet>, ErrorableTrait<ByProjectKeyChannelsByIDGet>, ExpandableTrait<ByProjectKeyChannelsByIDGet>, ClientRequestCommand<Channel>, CreateHttpRequestCommand, HttpRequestCommand<Channel>, RequestCommand<Channel>



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