public class ProductSyncOptions extends BaseSyncOptions
| Modifier and Type | Method and Description |
|---|---|
SyncFilter |
getSyncFilter()
|
java.util.function.Function<java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.products.Product>>,java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.products.Product>>> |
getUpdateActionsCallBack()
Returns the
updateActionsCallBack Function<List<UpdateAction<
Product>>, List<UpdateAction<Product>>> function set to
this ProductSyncOptions. |
boolean |
shouldEnsurePriceChannels() |
applyErrorCallback, applyErrorCallback, applyWarningCallback, getBatchSize, getCtpClient, getErrorCallBack, getWarningCallBack, shouldAllowUuidKeys, shouldRemoveOtherCollectionEntries, shouldRemoveOtherLocales, shouldRemoveOtherProperties, shouldRemoveOtherSetEntries@Nonnull public SyncFilter getSyncFilter()
SyncFilter set to this ProductSyncOptions.
It represents either a blacklist or a whitelist for filtering certain update action groups.SyncFilter set to this ProductSyncOptions.@Nullable public java.util.function.Function<java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.products.Product>>,java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.products.Product>>> getUpdateActionsCallBack()
updateActionsCallBack Function<List<UpdateAction<
Product>>, List<UpdateAction<Product>>> function set to
this ProductSyncOptions. It represents a filter function which can be applied on generated list
of update actions to produce a resultant list after the filter function has been applied.updateActionsFilter Function<List<UpdateAction<
Product>>, List<UpdateAction<Product>>> function
set to this ProductSyncOptions.public boolean shouldEnsurePriceChannels()