public final class

ProductIdentifiers

extends Object
java.lang.Object
   ↳ org.mule.module.magento.api.catalog.model.ProductIdentifiers

Summary

Public Methods
static ProductIdentifier from(String productSku, Integer productId, String idOrSku)
Answers a ProductIdentifier for the three given product id types.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static ProductIdentifier from (String productSku, Integer productId, String idOrSku)

Answers a ProductIdentifier for the three given product id types. One and only of those parameters must be non null.

Parameters
productSku
productId
idOrSku
Returns