Class AbandonInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.AbandonInput
 
- 
 public class AbandonInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description StringmessageNotifyHandlingnotifyMap<RecipientType,NotifyInfo>notifyDetails
 - 
Constructor SummaryConstructors Constructor Description AbandonInput()
 
- 
- 
- 
Field Detail- 
messagepublic String message 
 - 
notifypublic NotifyHandling notify 
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 
- 
 
-