Package com.algolia.model.ingestion
Class SourceCommercetools
java.lang.Object
com.algolia.model.ingestion.SourceCommercetools
- All Implemented Interfaces:
SourceInput
SourceCommercetools
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceInput
SourceInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocales(String localesItem) addStoreKeys(String storeKeysItem) booleanGet customFieldsWhether a fallback value is stored in the Algolia record if there's no inventory information about the product.Locales for your commercetools stores.Get projectKeyGet storeKeysgetUrl()Get urlinthashCode()setCustomFields(CommercetoolsCustomFields customFields) setFallbackIsInStockValue(Boolean fallbackIsInStockValue) setLocales(List<String> locales) setProjectKey(String projectKey) setStoreKeys(List<String> storeKeys) toString()
-
Constructor Details
-
SourceCommercetools
public SourceCommercetools()
-
-
Method Details
-
setStoreKeys
-
addStoreKeys
-
getStoreKeys
Get storeKeys -
setLocales
-
addLocales
-
getLocales
Locales for your commercetools stores. -
setUrl
-
getUrl
Get url -
setProjectKey
-
getProjectKey
Get projectKey -
setFallbackIsInStockValue
-
getFallbackIsInStockValue
Whether a fallback value is stored in the Algolia record if there's no inventory information about the product. -
setCustomFields
-
getCustomFields
Get customFields -
equals
-
hashCode
public int hashCode() -
toString
-