Class ByProjectKeyBusinessUnitsSearchHead

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

Checks whether a search index of Business Units exists for a Project. Returns a 200 OK if an index exists; otherwise, returns a 409 Conflict.



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