Interface MyCartUpdate

All Superinterfaces:
ResourceUpdate<MyCartUpdate,MyCartUpdateAction,MyCartUpdateBuilder>

public interface MyCartUpdate extends ResourceUpdate<MyCartUpdate,MyCartUpdateAction,MyCartUpdateBuilder>
MyCartUpdate
Example to create an instance using the builder pattern

     MyCartUpdate myCartUpdate = MyCartUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()