Class ByProjectKeyInventoryByIDHead

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

Checks if an InventoryEntry exists for a given id. Returns a 200 OK status if the InventoryEntry exists or a 404 Not Found otherwise.



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