Interface Update

All Superinterfaces:
ResourceUpdate<Update,UpdateAction,UpdateBuilder>
All Known Implementing Classes:
UpdateImpl

Update
Example to create an instance using the builder pattern

     Update update = Update.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()