Class StagedOrderSetReturnShipmentStateActionBuilder

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

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

     StagedOrderSetReturnShipmentStateAction stagedOrderSetReturnShipmentStateAction = StagedOrderSetReturnShipmentStateAction.builder()
             .shipmentState(ReturnShipmentState.ADVISED)
             .build()