Class ByProjectKeyBusinessUnitsSearchIndexingStatusGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyBusinessUnitsSearchIndexingStatusGet>, ErrorableTrait<ByProjectKeyBusinessUnitsSearchIndexingStatusGet>, ClientRequestCommand<BusinessUnitSearchIndexingStatusResponse>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnitSearchIndexingStatusResponse>, RequestCommand<BusinessUnitSearchIndexingStatusResponse>

Returns the indexing status of the Business Unit Search for a Project.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.business_unit_search.BusinessUnitSearchIndexingStatusResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .businessUnits()
            .searchIndexingStatus()
            .get()
            .execute()