Class AttentionSetInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.AttentionSetInput
 
- 
 public class AttentionSetInput extends Object Input at API level to add a user to the attention set.- See Also:
- AttentionSetInfo
 
- 
- 
Field SummaryFields Modifier and Type Field Description NotifyHandlingnotifyMap<RecipientType,NotifyInfo>notifyDetailsStringreasonStringuser
 - 
Constructor SummaryConstructors Constructor Description AttentionSetInput()AttentionSetInput(String reason)AttentionSetInput(String user, String reason)
 
- 
- 
- 
Field Detail- 
userpublic String user 
 - 
reasonpublic String reason 
 - 
notifypublic NotifyHandling notify 
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 
- 
 
-