Class StagedOrderChangeShipmentStateActionBuilder

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

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

     StagedOrderChangeShipmentStateAction stagedOrderChangeShipmentStateAction = StagedOrderChangeShipmentStateAction.builder()
             .build()