Interface ReviewSetLocaleAction

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

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

     ReviewSetLocaleAction reviewSetLocaleAction = ReviewSetLocaleAction.builder()
             .build()