Class ByProjectKeySubscriptionsByIDPostString

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<ByProjectKeySubscriptionsByIDPostString,Subscription>
com.commercetools.api.client.ByProjectKeySubscriptionsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeySubscriptionsByIDPostString>, Deprecatable200Trait<ByProjectKeySubscriptionsByIDPostString>, ErrorableTrait<ByProjectKeySubscriptionsByIDPostString>, ExpandableTrait<ByProjectKeySubscriptionsByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Subscription>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Subscription>



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