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