Class ByProjectKeyChannelsByIDPost

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



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