Class ByProjectKeyRecurrencePoliciesKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyRecurrencePoliciesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyRecurrencePoliciesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyRecurrencePoliciesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyRecurrencePoliciesKeyByKeyPostString>, 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("")
            .execute()