Class ProductRevertStagedChangesActionBuilder
java.lang.Object
com.commercetools.api.models.product.ProductRevertStagedChangesActionBuilder
- All Implemented Interfaces:
Builder<ProductRevertStagedChangesAction>
public class ProductRevertStagedChangesActionBuilder
extends Object
implements Builder<ProductRevertStagedChangesAction>
ProductRevertStagedChangesActionBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
ProductRevertStagedChangesAction productRevertStagedChangesAction = ProductRevertStagedChangesAction.builder()
.build()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
builds ProductRevertStagedChangesAction with checking for non-null required valuesbuilds ProductRevertStagedChangesAction without checking for non-null required valuesof()
factory method for an instance of ProductRevertStagedChangesActionBuilderof
(ProductRevertStagedChangesAction template) create builder for ProductRevertStagedChangesAction instance
-
Constructor Details
-
ProductRevertStagedChangesActionBuilder
public ProductRevertStagedChangesActionBuilder()
-
-
Method Details
-
build
builds ProductRevertStagedChangesAction with checking for non-null required values- Specified by:
build
in interfaceBuilder<ProductRevertStagedChangesAction>
- Returns:
- ProductRevertStagedChangesAction
-
buildUnchecked
builds ProductRevertStagedChangesAction without checking for non-null required values- Returns:
- ProductRevertStagedChangesAction
-
of
factory method for an instance of ProductRevertStagedChangesActionBuilder- Returns:
- builder
-
of
create builder for ProductRevertStagedChangesAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-