Interface CategorySetAssetKeyAction

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

Set or remove the key of an Asset.


Example to create an instance using the builder pattern

     CategorySetAssetKeyAction categorySetAssetKeyAction = CategorySetAssetKeyAction.builder()
             .assetId("{assetId}")
             .build()