Class ByProjectKeyRecurrencePoliciesGet

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

Retrieves Recurrence Policies in the Project.

The view_recurring_orders:{projectKey} scope is deprecated for use on this endpoint. Update your clients to use the view_recurrence_policies:{projectKey} scope instead. For more information, see the Deprecations and removals list.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.recurrence_policy.RecurrencePolicyPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurrencePolicies()
            .get()
            .execute()