Class ByProjectKeySubscriptionsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeySubscriptionsGet,SubscriptionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeySubscriptionsGet
All Implemented Interfaces:
ByProjectKeySubscriptionsGetMixin, Deprecatable200Trait<ByProjectKeySubscriptionsGet>, ErrorableTrait<ByProjectKeySubscriptionsGet>, PagingTrait<ByProjectKeySubscriptionsGet>, QueryTrait<ByProjectKeySubscriptionsGet>, SimplePagedQueryResourceRequest<ByProjectKeySubscriptionsGet,SubscriptionPagedQueryResponse,SubscriptionQueryBuilderDsl>, SortableTrait<ByProjectKeySubscriptionsGet>, io.vrap.rmf.base.client.ClientRequestCommand<SubscriptionPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<SubscriptionPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<SubscriptionPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.subscription.SubscriptionPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .subscriptions()
            .get()
            .execute()