Class CartDiscountSyncOptionsBuilder
- java.lang.Object
-
- com.commercetools.sync.commons.BaseSyncOptionsBuilder<CartDiscountSyncOptionsBuilder,CartDiscountSyncOptions,com.commercetools.api.models.cart_discount.CartDiscount,com.commercetools.api.models.cart_discount.CartDiscountDraft,com.commercetools.api.models.cart_discount.CartDiscountUpdateAction>
-
- com.commercetools.sync.cartdiscounts.CartDiscountSyncOptionsBuilder
-
public final class CartDiscountSyncOptionsBuilder extends BaseSyncOptionsBuilder<CartDiscountSyncOptionsBuilder,CartDiscountSyncOptions,com.commercetools.api.models.cart_discount.CartDiscount,com.commercetools.api.models.cart_discount.CartDiscountDraft,com.commercetools.api.models.cart_discount.CartDiscountUpdateAction>
-
-
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 CartDiscountSyncOptions
build()
Creates new instance ofCartDiscountSyncOptions
enriched with all attributes provided tothis
builder.protected CartDiscountSyncOptionsBuilder
getThis()
Returns an instance of this class to be used in the superclass's generic methods.static CartDiscountSyncOptionsBuilder
of(com.commercetools.api.client.ProjectApiRoot ctpClient)
Creates a new instance ofCartDiscountSyncOptionsBuilder
given aProjectApiRoot
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 CartDiscountSyncOptionsBuilder of(@Nonnull com.commercetools.api.client.ProjectApiRoot ctpClient)
Creates a new instance ofCartDiscountSyncOptionsBuilder
given aProjectApiRoot
responsible for interaction with the target CTP project, with the default batch size (BATCH_SIZE_DEFAULT
= 50).- Parameters:
ctpClient
- instance of theProjectApiRoot
responsible for interaction with the target CTP project.- Returns:
- new instance of
CartDiscountSyncOptionsBuilder
-
build
public CartDiscountSyncOptions build()
Creates new instance ofCartDiscountSyncOptions
enriched with all attributes provided tothis
builder.- Specified by:
build
in classBaseSyncOptionsBuilder<CartDiscountSyncOptionsBuilder,CartDiscountSyncOptions,com.commercetools.api.models.cart_discount.CartDiscount,com.commercetools.api.models.cart_discount.CartDiscountDraft,com.commercetools.api.models.cart_discount.CartDiscountUpdateAction>
- Returns:
- new instance of
CartDiscountSyncOptions
-
getThis
protected CartDiscountSyncOptionsBuilder 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<CartDiscountSyncOptionsBuilder,CartDiscountSyncOptions,com.commercetools.api.models.cart_discount.CartDiscount,com.commercetools.api.models.cart_discount.CartDiscountDraft,com.commercetools.api.models.cart_discount.CartDiscountUpdateAction>
- Returns:
- an instance of this class.
-
-