Interface TypeUpdate

All Superinterfaces:
ResourceUpdate<TypeUpdate,TypeUpdateAction,TypeUpdateBuilder>
All Known Implementing Classes:
TypeUpdateImpl

TypeUpdate
Example to create an instance using the builder pattern

     TypeUpdate typeUpdate = TypeUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()