Class ByProjectKeyProductProjectionsSuggestGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductProjectionsSuggestGet>, ErrorableTrait<ByProjectKeyProductProjectionsSuggestGet>, PagingTrait<ByProjectKeyProductProjectionsSuggestGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsSuggestGet>, SortableTrait<ByProjectKeyProductProjectionsSuggestGet>, ClientRequestCommand<SuggestionResult>, CreateHttpRequestCommand, HttpRequestCommand<SuggestionResult>, RequestCommand<SuggestionResult>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product.SuggestionResult>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productProjections()
            .suggest()
            .get()
            .execute()