Class ByProjectKeyChannelsByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyChannelsByIDPost,Channel,ChannelUpdate>
com.commercetools.api.client.ByProjectKeyChannelsByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyChannelsByIDPost>, Deprecatable200Trait<ByProjectKeyChannelsByIDPost>, ErrorableTrait<ByProjectKeyChannelsByIDPost>, ExpandableTrait<ByProjectKeyChannelsByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<Channel>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Channel>



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