Interface UpdateAction

All Superinterfaces:
ResourceUpdateAction<UpdateAction>
All Known Implementing Classes:
UpdateActionImpl

UpdateAction
Example to create an instance using the builder pattern

     UpdateAction updateAction = UpdateAction.builder()
             .action("{action}")
             .build()