Class ByProjectKeySubscriptionsKeyByKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeySubscriptionsKeyByKeyPostString,Subscription>
com.commercetools.api.client.ByProjectKeySubscriptionsKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeySubscriptionsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeySubscriptionsKeyByKeyPostString>, ErrorableTrait<ByProjectKeySubscriptionsKeyByKeyPostString>, ExpandableTrait<ByProjectKeySubscriptionsKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Subscription>, io.vrap.rmf.base.client.RequestCommand<Subscription>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.subscription.Subscription>> result = apiRoot
            .withProjectKey("{projectKey}")
            .subscriptions()
            .withKey("{key}")
            .post("")
            .execute()