Class ByProjectKeyChannelsPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyChannelsPost,Channel,ChannelDraft>
com.commercetools.api.client.ByProjectKeyChannelsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyChannelsPost>, ErrorableTrait<ByProjectKeyChannelsPost>, ExpandableTrait<ByProjectKeyChannelsPost>, 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()
            .post(null)
            .execute()