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

     ProductRevertStagedChangesAction productRevertStagedChangesAction = ProductRevertStagedChangesAction.builder()
             .build()