Class AttentionSetInput
java.lang.Object
com.google.gerrit.extensions.api.changes.AttentionSetInput
Input at API level to add a user to the attention set.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructorsConstructorDescriptionAttentionSetInput(String reason) AttentionSetInput(String user, String reason) 
- 
Method Summary
- 
Field Details- 
user
- 
reason
- 
notify
- 
notifyDetails
 
- 
- 
Constructor Details- 
AttentionSetInput
- 
AttentionSetInput
- 
AttentionSetInputpublic AttentionSetInput()
 
-