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.



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