Class ByProjectKeyCustomersSearchHead

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

Checks whether a search index of Customers exists for a Project. If an index exists, a 200 OK is returned; otherwise, a 409 Conflict.



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