Package com.algolia.model.ingestion
Class SourceUpdateCommercetools
java.lang.Object
com.algolia.model.ingestion.SourceUpdateCommercetools
- All Implemented Interfaces:
SourceUpdateInput
SourceUpdateCommercetools
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceUpdateInput
SourceUpdateInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocales(String localesItem) addStoreKeys(String storeKeysItem) booleanArray of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$.Unique and immutable key of the referenced Store.inthashCode()setLocales(List<String> locales) setStoreKeys(List<String> storeKeys) toString()
-
Constructor Details
-
SourceUpdateCommercetools
public SourceUpdateCommercetools()
-
-
Method Details
-
setStoreKeys
-
addStoreKeys
-
getStoreKeys
Unique and immutable key of the referenced Store. -
setLocales
-
addLocales
-
getLocales
Array of locales that must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example [\"fr-FR\", \"en\"]. -
equals
-
hashCode
public int hashCode() -
toString
-