Interface MyQuoteUpdate

All Superinterfaces:
ResourceUpdate<MyQuoteUpdate,MyQuoteUpdateAction,MyQuoteUpdateBuilder>

MyQuoteUpdate
Example to create an instance using the builder pattern

     MyQuoteUpdate myQuoteUpdate = MyQuoteUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()