Class ProductRevertStagedVariantChangesActionBuilder

java.lang.Object
com.commercetools.api.models.product.ProductRevertStagedVariantChangesActionBuilder
All Implemented Interfaces:
Builder<ProductRevertStagedVariantChangesAction>

public class ProductRevertStagedVariantChangesActionBuilder extends Object implements Builder<ProductRevertStagedVariantChangesAction>
ProductRevertStagedVariantChangesActionBuilder
Example to create an instance using the builder pattern

     ProductRevertStagedVariantChangesAction productRevertStagedVariantChangesAction = ProductRevertStagedVariantChangesAction.builder()
             .variantId(0.3)
             .build()