public class XPFProductSkuOption extends XPFEntity
| Constructor and Description | 
|---|
XPFProductSkuOption(@NonNull String key,
                   @NonNull Map<Locale,String> displayNames)  | 
| 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. 
 | 
@NonNull Map<Locale,String> | 
getDisplayNames()
The product sku option display name. 
 | 
@NonNull String | 
getKey()
The product sku option key. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getCustomDatapublic Optional<String> getDisplayName(Locale locale)
locale - The locale to get a display name for.@NonNull public @NonNull String getKey()
@NonNull public @NonNull Map<Locale,String> getDisplayNames()
Copyright © 2024. All rights reserved.