Class AddReviewerInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.changes.AddReviewerInput
-
- Direct Known Subclasses:
ReviewerAdder.InternalAddReviewerInput
public class AddReviewerInput 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 AddReviewerInput()
-
-
-
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()
-
-