public class XPFProductSkuOptionValue extends XPFEntity
| Constructor and Description |
|---|
XPFProductSkuOptionValue(@NonNull String key,
@NonNull XPFEntitySupplier<Map<Locale,String>> displayNames,
@NonNull XPFProductSkuOption productSkuOption) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Optional<String> |
getDisplayName(Locale locale)
Get localized display name for a locale with fallback behavior.
|
Map<Locale,String> |
getDisplayNames()
Get the display names.
|
@NonNull String |
getKey()
The product sku option value key.
|
@NonNull XPFProductSkuOption |
getProductSkuOption()
The product sku option that this value belongs to.
|
int |
hashCode() |
String |
toString() |
getCustomDatapublic XPFProductSkuOptionValue(@NonNull
@NonNull String key,
@NonNull
@NonNull XPFEntitySupplier<Map<Locale,String>> displayNames,
@NonNull
@NonNull XPFProductSkuOption productSkuOption)
public Map<Locale,String> getDisplayNames()
public Optional<String> getDisplayName(Locale locale)
locale - The locale to get a display name for.@NonNull public @NonNull String getKey()
@NonNull public @NonNull XPFProductSkuOption getProductSkuOption()
Copyright © 2025. All rights reserved.