Class DeleteVoteInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.DeleteVoteInput
 
- 
 public class DeleteVoteInput extends Object Input passed toDELETE /changes/[id]/reviewers/[id]/votes/[label].
- 
- 
Field SummaryFields Modifier and Type Field Description StringlabelNotifyHandlingnotifyWho to send email notifications to after vote is deleted.Map<RecipientType,NotifyInfo>notifyDetails
 - 
Constructor SummaryConstructors Constructor Description DeleteVoteInput()
 
- 
- 
- 
Field Detail- 
labelpublic String label 
 - 
notifypublic NotifyHandling notify Who to send email notifications to after vote is deleted.
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 
- 
 
-