Class ProductRevertStagedVariantChangesActionBuilder

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

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

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