public class XPFProductSkuValidationContext extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFProductSkuValidationContext.XPFProductSkuValidationContextBuilder<C extends XPFProductSkuValidationContext,B extends XPFProductSkuValidationContext.XPFProductSkuValidationContextBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
protected |
XPFProductSkuValidationContext(XPFProductSkuValidationContext.XPFProductSkuValidationContextBuilder<?,?> b) |
|
XPFProductSkuValidationContext(@NonNull XPFProductSku productSku,
XPFProductSku parentProductSku,
@NonNull XPFShopper shopper,
XPFPrice promotedPrice,
boolean inStoreCatalog,
@NonNull List<XPFProductSkuValidationContext> children,
XPFItemPricing pricing,
String agreementCode) |
| Modifier and Type | Method and Description |
|---|---|
static XPFProductSkuValidationContext.XPFProductSkuValidationContextBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAgreementCode()
The agreement code.
|
@NonNull List<XPFProductSkuValidationContext> |
getChildren()
The line items that are or will be children of this line item in the shopping cart.
|
XPFProductSku |
getParentProductSku()
The product sku for the parent line item in the shopping cart hierarchy.
|
XPFItemPricing |
getPricing()
The item price calculator.
|
@NonNull XPFProductSku |
getProductSku()
The product sku.
|
XPFPrice |
getPromotedPrice()
Deprecated.
use getPricing() instead
|
@NonNull XPFShopper |
getShopper()
The shopper.
|
int |
hashCode() |
boolean |
isInStoreCatalog()
Indicates if the product sku is in shopping cart store's catalog.
|
String |
toString() |
getCustomData, getCustomDataValueprotected XPFProductSkuValidationContext(XPFProductSkuValidationContext.XPFProductSkuValidationContextBuilder<?,?> b)
public XPFProductSkuValidationContext(@NonNull
@NonNull XPFProductSku productSku,
XPFProductSku parentProductSku,
@NonNull
@NonNull XPFShopper shopper,
XPFPrice promotedPrice,
boolean inStoreCatalog,
@NonNull
@NonNull List<XPFProductSkuValidationContext> children,
XPFItemPricing pricing,
String agreementCode)
public static XPFProductSkuValidationContext.XPFProductSkuValidationContextBuilder<?,?> builder()
@NonNull public @NonNull XPFProductSku getProductSku()
public XPFProductSku getParentProductSku()
@NonNull public @NonNull XPFShopper getShopper()
@Deprecated public XPFPrice getPromotedPrice()
public boolean isInStoreCatalog()
@NonNull public @NonNull List<XPFProductSkuValidationContext> getChildren()
public XPFItemPricing getPricing()
public String getAgreementCode()
Copyright © 2026. All rights reserved.