Class OrderSetStoreActionBuilder

java.lang.Object
com.commercetools.api.models.order.OrderSetStoreActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<OrderSetStoreAction>

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

     OrderSetStoreAction orderSetStoreAction = OrderSetStoreAction.builder()
             .build()