Class DeleteReviewerInput
- java.lang.Object
 - 
- com.google.gerrit.extensions.api.changes.DeleteReviewerInput
 
 
- 
public class DeleteReviewerInput extends Object
Input passed toDELETE /changes/[id]/reviewers/[id]. 
- 
- 
Field Summary
Fields Modifier and Type Field Description NotifyHandlingnotifyWho to send email notifications to after the reviewer is deleted.Map<RecipientType,NotifyInfo>notifyDetails 
- 
Constructor Summary
Constructors Constructor Description DeleteReviewerInput() 
 - 
 
- 
- 
Field Detail
- 
notify
public NotifyHandling notify
Who to send email notifications to after the reviewer is deleted. 
- 
notifyDetails
public Map<RecipientType,NotifyInfo> notifyDetails
 
 - 
 
 -