Interface CategoryChangeAssetOrderAction

All Superinterfaces:
CategoryUpdateAction, ResourceUpdateAction<CategoryUpdateAction>
All Known Implementing Classes:
CategoryChangeAssetOrderActionImpl

This update action changes the order of the assets array. The new order is defined by listing the ids of the Assets.


Example to create an instance using the builder pattern

     CategoryChangeAssetOrderAction categoryChangeAssetOrderAction = CategoryChangeAssetOrderAction.builder()
             .plusAssetOrder(assetOrderBuilder -> assetOrderBuilder)
             .build()