Package com.algolia.model.ingestion
Class SourceBigCommerce
java.lang.Object
com.algolia.model.ingestion.SourceBigCommerce
- All Implemented Interfaces:
SourceInput
SourceBigCommerce
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceInput
SourceInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCustomFields(String customFieldsItem) addProductMetafields(BigCommerceMetafield productMetafieldsItem) addVariantMetafields(BigCommerceMetafield variantMetafieldsItem) booleanGet channelGet customFieldsGet productMetafieldsThe store hash identifying the store the shopper is signing in to.Get variantMetafieldsinthashCode()setChannel(BigCommerceChannel channel) setCustomFields(List<String> customFields) setProductMetafields(List<BigCommerceMetafield> productMetafields) setStoreHash(String storeHash) setVariantMetafields(List<BigCommerceMetafield> variantMetafields) toString()
-
Constructor Details
-
SourceBigCommerce
public SourceBigCommerce()
-
-
Method Details
-
setStoreHash
-
getStoreHash
The store hash identifying the store the shopper is signing in to. -
setChannel
-
getChannel
Get channel -
setCustomFields
-
addCustomFields
-
getCustomFields
Get customFields -
setProductMetafields
-
addProductMetafields
-
getProductMetafields
Get productMetafields -
setVariantMetafields
-
addVariantMetafields
-
getVariantMetafields
Get variantMetafields -
equals
-
hashCode
public int hashCode() -
toString
-