Class ByProjectKeyCustomersSearchIndexingStatusGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomersSearchIndexingStatusGet>, ErrorableTrait<ByProjectKeyCustomersSearchIndexingStatusGet>, ClientRequestCommand<CustomerSearchIndexingStatusResponse>, CreateHttpRequestCommand, HttpRequestCommand<CustomerSearchIndexingStatusResponse>, RequestCommand<CustomerSearchIndexingStatusResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer_search.CustomerSearchIndexingStatusResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .searchIndexingStatus()
            .get()
            .execute()