Class ByProjectKeyRecurringOrdersGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyRecurringOrdersGet>, ErrorableTrait<ByProjectKeyRecurringOrdersGet>, ExpandableTrait<ByProjectKeyRecurringOrdersGet>, PagingTrait<ByProjectKeyRecurringOrdersGet>, QueryTrait<ByProjectKeyRecurringOrdersGet>, SortableTrait<ByProjectKeyRecurringOrdersGet>, ClientRequestCommand<RecurringOrderPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<RecurringOrderPagedQueryResponse>, RequestCommand<RecurringOrderPagedQueryResponse>

Retrieves Recurring Orders in the Project.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.recurring_order.RecurringOrderPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurringOrders()
            .get()
            .execute()