Package com.algolia.model.ingestion
Class CommercetoolsCustomFields
java.lang.Object
com.algolia.model.ingestion.CommercetoolsCustomFields
Custom fields from commercetools to add to the records. For more information, see [Using Custom
Types and Custom Fields](https://docs.commercetools.com/tutorials/custom-types).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCategory
(String categoryItem) addInventory
(String inventoryItem) boolean
Category custom fields.Inventory custom fields.getPrice()
Price custom fields.int
hashCode()
setCategory
(List<String> category) setInventory
(List<String> inventory) toString()
-
Constructor Details
-
CommercetoolsCustomFields
public CommercetoolsCustomFields()
-
-
Method Details
-
setInventory
-
addInventory
-
getInventory
Inventory custom fields. -
setPrice
-
addPrice
-
getPrice
Price custom fields. -
setCategory
-
addCategory
-
getCategory
Category custom fields. -
equals
-
hashCode
public int hashCode() -
toString
-