Interface MyCartUpdate

All Superinterfaces:
ResourceUpdate<MyCartUpdate,MyCartUpdateAction,MyCartUpdateBuilder>
All Known Implementing Classes:
MyCartUpdateImpl

MyCartUpdate
Example to create an instance using the builder pattern

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