Class ProductBundle
java.lang.Object
dev.getelements.elements.sdk.model.application.ProductBundle
- All Implemented Interfaces:
Serializable
Represents the set of items to issue to a user when they purchase a product id, defined at the
ApplicationConfiguration
level. This allows multiple items with varying quantities to be issued upon
purchase.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getProductBundleReward
(String itemId) int
hashCode()
void
setDescription
(String description) void
setDisplay
(Boolean display) void
setDisplayName
(String displayName) void
setMetadata
(Map<String, Object> metadata) void
setProductBundleRewards
(List<ProductBundleReward> productBundleRewards) void
setProductId
(String productId) toString()
-
Constructor Details
-
ProductBundle
public ProductBundle()
-
-
Method Details
-
getProductId
-
setProductId
-
getDisplayName
-
setDisplayName
-
getDescription
-
setDescription
-
getProductBundleRewards
-
setProductBundleRewards
-
getMetadata
-
setMetadata
-
getDisplay
-
setDisplay
-
getProductBundleReward
-
equals
-
hashCode
public int hashCode() -
toString
-