Class ReviewerInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.ReviewerInput
 
- 
- Direct Known Subclasses:
- ReviewerModifier.InternalReviewerInput
 
 public class ReviewerInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description BooleanconfirmedNotifyHandlingnotifyMap<RecipientType,NotifyInfo>notifyDetailsStringreviewerReviewerStatestate
 - 
Constructor SummaryConstructors Constructor Description ReviewerInput()
 
- 
- 
- 
Field Detail- 
reviewerpublic String reviewer 
 - 
confirmedpublic Boolean confirmed 
 - 
statepublic ReviewerState state 
 - 
notifypublic NotifyHandling notify 
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 
- 
 - 
Method Detail- 
confirmedpublic boolean confirmed() 
 - 
statepublic ReviewerState state() 
 
- 
 
-