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