Class StagedOrderSetShippingMethodActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetShippingMethodActionBuilder
All Implemented Interfaces:
Builder<StagedOrderSetShippingMethodAction>

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

     StagedOrderSetShippingMethodAction stagedOrderSetShippingMethodAction = StagedOrderSetShippingMethodAction.builder()
             .build()