Class ByProjectKeyProductProjectionsSuggestGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductProjectionsSuggestGet,SuggestionResult>
com.commercetools.api.client.ByProjectKeyProductProjectionsSuggestGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductProjectionsSuggestGet>, ErrorableTrait<ByProjectKeyProductProjectionsSuggestGet>, PagingTrait<ByProjectKeyProductProjectionsSuggestGet>, ProjectionselectingTrait<ByProjectKeyProductProjectionsSuggestGet>, SortableTrait<ByProjectKeyProductProjectionsSuggestGet>, io.vrap.rmf.base.client.ClientRequestCommand<SuggestionResult>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<SuggestionResult>



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