Class ByProjectKeyZonesHead

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

Checks if one or more Zones exist for the provided query predicate. Returns a 200 OK status if any Zones match the query predicate, or a 404 Not Found otherwise.



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