Interface ReviewSetTitleAction

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

public interface ReviewSetTitleAction extends ReviewUpdateAction
ReviewSetTitleAction
Example to create an instance using the builder pattern

     ReviewSetTitleAction reviewSetTitleAction = ReviewSetTitleAction.builder()
             .build()