Class ByProjectKeyOrdersSearchHead

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

Checks whether a search index for the Project's Orders exists.



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