Class ByProjectKeyChannelsKeyByKeyPost

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



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