Interface CategoryUpdate

All Superinterfaces:
ResourceUpdate<CategoryUpdate,CategoryUpdateAction,CategoryUpdateBuilder>
All Known Implementing Classes:
CategoryUpdateImpl

CategoryUpdate
Example to create an instance using the builder pattern

     CategoryUpdate categoryUpdate = CategoryUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()