Class ByProjectKeyCustomersSearchHead

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

Checks whether a search index for the Project's Customers exists. Returns a 200 OK status if the index exists or 404 Not Found otherwise.



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