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 Summary
Fields Modifier and Type Field Description NotifyHandling
notify
Map<RecipientType,NotifyInfo>
notifyDetails
String
reason
String
user
-
Constructor Summary
Constructors Constructor Description AttentionSetInput()
AttentionSetInput(String reason)
AttentionSetInput(String user, String reason)
-
-
-
Field Detail
-
user
public String user
-
reason
public String reason
-
notify
public NotifyHandling notify
-
notifyDetails
public Map<RecipientType,NotifyInfo> notifyDetails
-
-