Class ByProjectKeyRecurrencePoliciesHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyRecurrencePoliciesHead>, ErrorableTrait<ByProjectKeyRecurrencePoliciesHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if one or more Recurrence Policies exist for the provided query predicate. Returns a 200 status if any Recurrence Policies match the query predicate, or a NotFound error otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurrencePolicies()
            .head()
            .execute()