Class ByProjectKeyChannelsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyChannelsPost>, ErrorableTrait<ByProjectKeyChannelsPost>, ExpandableTrait<ByProjectKeyChannelsPost>, ClientRequestCommand<Channel>, CreateHttpRequestCommand, HttpRequestCommand<Channel>, RequestCommand<Channel>



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