Class StagedOrderSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetCustomTypeActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<StagedOrderSetCustomTypeAction>

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

     StagedOrderSetCustomTypeAction stagedOrderSetCustomTypeAction = StagedOrderSetCustomTypeAction.builder()
             .build()