Class ByProjectKeyRecurrencePoliciesKeyByKeyPost

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

Updates a Recurrence Policy using one or more update actions.



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