Class ByProjectKeyInventoryHead

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

Checks if an InventoryEntry exists for a given Query Predicate. Returns a 200 OK status if any Inventory Entries match the Query Predicate, a 404 Not Found otherwise.



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