Class ByProjectKeySubscriptionsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeySubscriptionsByIDGet,Subscription>
com.commercetools.api.client.ByProjectKeySubscriptionsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeySubscriptionsByIDGet>, ErrorableTrait<ByProjectKeySubscriptionsByIDGet>, ExpandableTrait<ByProjectKeySubscriptionsByIDGet>, 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}")
            .get()
            .execute()