Class ByProjectKeyCustomObjectsHead

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

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



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