public final class CategorySyncOptions extends BaseSyncOptions
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.categories.Category>>,java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.categories.Category>>> |
getUpdateActionsCallBack()
Returns the
updateActionsCallBack Function<List<UpdateAction<
Category>>, List<UpdateAction<Category>>> function set to
this CategorySyncOptions. |
applyErrorCallback, applyErrorCallback, applyWarningCallback, getBatchSize, getCtpClient, getErrorCallBack, getWarningCallBack, shouldAllowUuidKeys, shouldRemoveOtherCollectionEntries, shouldRemoveOtherLocales, shouldRemoveOtherProperties, shouldRemoveOtherSetEntriespublic java.util.function.Function<java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.categories.Category>>,java.util.List<io.sphere.sdk.commands.UpdateAction<io.sphere.sdk.categories.Category>>> getUpdateActionsCallBack()
updateActionsCallBack Function<List<UpdateAction<
Category>>, List<UpdateAction<Category>>> function set to
this CategorySyncOptions. 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.updateActionsCallBack Function<List<UpdateAction<
Category>>, List<UpdateAction<Category>>> function
set to this CategorySyncOptions.