Class ByProjectKeySubscriptionsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeySubscriptionsGet,SubscriptionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeySubscriptionsGet
All Implemented Interfaces:
ByProjectKeySubscriptionsGetMixin, Deprecatable200Trait<ByProjectKeySubscriptionsGet>, ErrorableTrait<ByProjectKeySubscriptionsGet>, ExpandableTrait<ByProjectKeySubscriptionsGet>, PagedQueryResourceRequest<ByProjectKeySubscriptionsGet,SubscriptionPagedQueryResponse,SubscriptionQueryBuilderDsl>, PagingTrait<ByProjectKeySubscriptionsGet>, QueryTrait<ByProjectKeySubscriptionsGet>, SortableTrait<ByProjectKeySubscriptionsGet>, PagedQueryResourceRequest<ByProjectKeySubscriptionsGet,SubscriptionPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<SubscriptionPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<SubscriptionPagedQueryResponse>



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