Class ByProjectKeyChannelsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyChannelsPostString,Channel>
com.commercetools.api.client.ByProjectKeyChannelsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyChannelsPostString>, ErrorableTrait<ByProjectKeyChannelsPostString>, ExpandableTrait<ByProjectKeyChannelsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Channel>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Channel>, io.vrap.rmf.base.client.RequestCommand<Channel>

public class ByProjectKeyChannelsPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyChannelsPostString,Channel> implements ExpandableTrait<ByProjectKeyChannelsPostString>, Deprecatable201Trait<ByProjectKeyChannelsPostString>, ErrorableTrait<ByProjectKeyChannelsPostString>


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