Interface ReviewSetRatingAction

All Superinterfaces:
ResourceUpdateAction<ReviewUpdateAction>, ReviewUpdateAction
All Known Implementing Classes:
ReviewSetRatingActionImpl

public interface ReviewSetRatingAction extends ReviewUpdateAction

This update action produces the ReviewRatingSet Message.


Example to create an instance using the builder pattern

     ReviewSetRatingAction reviewSetRatingAction = ReviewSetRatingAction.builder()
             .build()