public class XPFProductRecommendationsContext extends XPFPaginatedContext
Modifier and Type | Field and Description |
---|---|
private @NonNull String |
recommendationType
The recommendation type.
|
private @NonNull String |
sourceProductCode
The source product code.
|
private @NonNull XPFStore |
store
The store.
|
Constructor and Description |
---|
XPFProductRecommendationsContext(int pageSize,
int pageNumber,
String recommendationType,
String sourceProductCode,
XPFStore store)
Constructor.
|
@NonNull private final @NonNull String recommendationType
@NonNull private final @NonNull String sourceProductCode
@NonNull private final @NonNull XPFStore store
public XPFProductRecommendationsContext(int pageSize, int pageNumber, String recommendationType, String sourceProductCode, XPFStore store)
pageSize
- the page sizepageNumber
- the page numberrecommendationType
- the recommendation typesourceProductCode
- the source product codestore
- the storeCopyright © 2022. All rights reserved.