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) booleanDetermines the value that will be stored in the Algolia record if there's no inventory information on the product.Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$.Get projectKeyGet storeKeysgetUrl()Get urlinthashCode()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
Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example [\"fr-FR\", \"en\"]. -
setUrl
-
getUrl
Get url -
setProjectKey
-
getProjectKey
Get projectKey -
setFallbackIsInStockValue
-
getFallbackIsInStockValue
Determines the value that will be stored in the Algolia record if there's no inventory information on the product. -
equals
-
hashCode
public int hashCode() -
toString
-