Class ProductRevertStagedChangesActionBuilder

java.lang.Object
com.commercetools.api.models.product.ProductRevertStagedChangesActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductRevertStagedChangesAction>

public class ProductRevertStagedChangesActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductRevertStagedChangesAction>
ProductRevertStagedChangesActionBuilder
Example to create an instance using the builder pattern

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