Package com.loop54.model.request
Class GetBasketRecommendationsRequest
java.lang.Object
com.loop54.model.request.Request
com.loop54.model.request.GetBasketRecommendationsRequest
This class is used to configure a GetBasketRecommendations request to the Loop54 e-commerce search engine.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe set of entities in the basket to get recommendations for.Parameters for specifying which entities to retrieve.Fields inherited from class com.loop54.model.request.Request
customData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.loop54.model.request.Request
addCustomData
-
Field Details
-
entities
The set of entities in the basket to get recommendations for. -
resultsOptions
Parameters for specifying which entities to retrieve. Such as filtering, faceting, sorting and paging.
-
-
Constructor Details
-
GetBasketRecommendationsRequest
- Parameters:
entities- The entities to use in the query.
-