Class ShoppingListSyncOptionsBuilder
- java.lang.Object
-
- com.commercetools.sync.commons.BaseSyncOptionsBuilder<ShoppingListSyncOptionsBuilder,ShoppingListSyncOptions,io.sphere.sdk.shoppinglists.ShoppingList,io.sphere.sdk.shoppinglists.ShoppingListDraft,io.sphere.sdk.shoppinglists.ShoppingList>
-
- com.commercetools.sync.shoppinglists.ShoppingListSyncOptionsBuilder
-
public final class ShoppingListSyncOptionsBuilder extends BaseSyncOptionsBuilder<ShoppingListSyncOptionsBuilder,ShoppingListSyncOptions,io.sphere.sdk.shoppinglists.ShoppingList,io.sphere.sdk.shoppinglists.ShoppingListDraft,io.sphere.sdk.shoppinglists.ShoppingList>
-
-
Field Summary
Fields Modifier and Type Field Description static int
BATCH_SIZE_DEFAULT
-
Fields inherited from class com.commercetools.sync.commons.BaseSyncOptionsBuilder
batchSize, beforeCreateCallback, beforeUpdateCallback, cacheSize, ctpClient, errorCallback, warningCallback
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShoppingListSyncOptions
build()
Creates new instance ofShoppingListSyncOptions
enriched with all fields provided tothis
builderprotected ShoppingListSyncOptionsBuilder
getThis()
Returns an instance of this class to be used in the superclass's generic methods.static ShoppingListSyncOptionsBuilder
of(io.sphere.sdk.client.SphereClient ctpClient)
Creates a new instance ofShoppingListSyncOptionsBuilder
given aSphereClient
responsible for interaction with the target CTP project, with the default batch size (BATCH_SIZE_DEFAULT
= 50).-
Methods inherited from class com.commercetools.sync.commons.BaseSyncOptionsBuilder
batchSize, beforeCreateCallback, beforeUpdateCallback, cacheSize, errorCallback, warningCallback
-
-
-
-
Field Detail
-
BATCH_SIZE_DEFAULT
public static final int BATCH_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
of
public static ShoppingListSyncOptionsBuilder of(@Nonnull io.sphere.sdk.client.SphereClient ctpClient)
Creates a new instance ofShoppingListSyncOptionsBuilder
given aSphereClient
responsible for interaction with the target CTP project, with the default batch size (BATCH_SIZE_DEFAULT
= 50).- Parameters:
ctpClient
- instance of theSphereClient
responsible for interaction with the target CTP project.- Returns:
- new instance of
ShoppingListSyncOptionsBuilder
-
build
public ShoppingListSyncOptions build()
Creates new instance ofShoppingListSyncOptions
enriched with all fields provided tothis
builder- Specified by:
build
in classBaseSyncOptionsBuilder<ShoppingListSyncOptionsBuilder,ShoppingListSyncOptions,io.sphere.sdk.shoppinglists.ShoppingList,io.sphere.sdk.shoppinglists.ShoppingListDraft,io.sphere.sdk.shoppinglists.ShoppingList>
- Returns:
- new instance of
ShoppingListSyncOptions
-
getThis
protected ShoppingListSyncOptionsBuilder getThis()
Returns an instance of this class to be used in the superclass's generic methods. Please see the JavaDoc in the overridden method for further details.- Specified by:
getThis
in classBaseSyncOptionsBuilder<ShoppingListSyncOptionsBuilder,ShoppingListSyncOptions,io.sphere.sdk.shoppinglists.ShoppingList,io.sphere.sdk.shoppinglists.ShoppingListDraft,io.sphere.sdk.shoppinglists.ShoppingList>
- Returns:
- an instance of this class.
-
-