Class ByProjectKeyRecurrencePoliciesKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyRecurrencePoliciesKeyByKeyGet>, ErrorableTrait<ByProjectKeyRecurrencePoliciesKeyByKeyGet>, ExpandableTrait<ByProjectKeyRecurrencePoliciesKeyByKeyGet>, ClientRequestCommand<RecurrencePolicy>, CreateHttpRequestCommand, HttpRequestCommand<RecurrencePolicy>, RequestCommand<RecurrencePolicy>

Retrieves a Recurrence Policy with the provided key.



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