Interface ChangeStatusUpdateAction

All Superinterfaces:
ImageSearchConfigUpdateAction
All Known Implementing Classes:
ChangeStatusUpdateActionImpl

ChangeStatusUpdateAction
Example to create an instance using the builder pattern

     ChangeStatusUpdateAction changeStatusUpdateAction = ChangeStatusUpdateAction.builder()
             .status(ImageSearchConfigStatus.ON)
             .build()